~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to src/DuplicateSongDetector/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-20 18:45:46 UTC
  • mfrom: (1.2.9 upstream) (5.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20110920184546-3ahue2qplydc4t0e
Tags: 2.2.0-1
* [4940fab] Imported Upstream version 2.2.0
  + Notable bug fixes:
    - Karaoke: Fix crash when switching to Now Playing
    - Lyrics: Fix crash when switching to Now Playing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASSEMBLY = Banshee.DuplicateSongDetector
 
2
LINK = $(BANSHEE_LIBS)
 
3
 
 
4
SOURCES =  \
 
5
        Banshee.DuplicateSongDetector/DuplicateSongDetectorAction.cs \
 
6
        Banshee.DuplicateSongDetector/DuplicateSongDetectorSource.cs \
 
7
        Banshee.DuplicateSongDetector/SongDuplicateView.cs
 
8
 
 
9
RESOURCES =  \
 
10
        DuplicateSongDetector.addin.xml \
 
11
        Resources/ActiveUI.xml \
 
12
        Resources/GlobalUI.xml
 
13
 
 
14
if ENABLE_DUPLICATESONGDETECTOR
 
15
include $(top_srcdir)/build/build.mk
 
16
else
 
17
EXTRA_DIST = $(SOURCES) $(RESOURCES)
 
18
endif