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

« back to all changes in this revision

Viewing changes to src/LastfmFingerprint/Banshee.LastfmFingerprint/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
1
ASSEMBLY = Banshee.LastfmFingerprint
 
2
DLLCONFIG = $(ASSEMBLY).dll.config
2
3
LINK = $(BANSHEE_LIBS) $(BANSHEE_LASTFM_LIBS)
3
4
 
4
5
SOURCES =  \
14
15
        LastfmFingerprint.addin.xml \
15
16
        Resources/GlobalUI.xml
16
17
 
 
18
if ENABLE_LASTFMFINGERPRINT
17
19
include $(top_srcdir)/build/build.mk
 
20
EXTRA_DIST += $(DLLCONFIG)
 
21
module_DATA = $(DLLCONFIG)
 
22
else
 
23
EXTRA_DIST = $(SOURCES) $(RESOURCES) $(DLLCONFIG)
 
24
endif