~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to libjuicer/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2010-08-20 14:02:25 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100820140225-cj8w9u6uj4ml19or
Tags: 2.31.6-0ubuntu1
New upstream release. (LP: #621065)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
libjuicer_la_CFLAGS = \
24
24
        $(WARN_CFLAGS)  \
25
 
        $(MUSICBRAINZ_CFLAGS) \
26
25
        $(MUSICBRAINZ3_CFLAGS) \
27
26
        $(GSTREAMER_CFLAGS) \
28
27
        $(MEDIA_PROFILES_CFLAGS) \
32
31
        $(AM_CFLAGS)
33
32
 
34
33
libjuicer_la_LIBADD = \
35
 
        $(MUSICBRAINZ_LIBS) \
36
34
        $(MUSICBRAINZ3_LIBS) \
37
35
        $(MEDIA_PROFILES_LIBS) \
38
36
        $(GSTREAMER_LIBS) \
44
42
        -export-dynamic \
45
43
        $(AM_LDFLAGS)
46
44
 
47
 
if HAVE_MUSICBRAINZ
48
 
libjuicer_la_SOURCES += \
49
 
        sj-metadata-musicbrainz.h \
50
 
        sj-metadata-musicbrainz.c
51
 
endif
52
 
 
53
45
if HAVE_MUSICBRAINZ3
54
46
libjuicer_la_SOURCES += \
55
47
        sj-metadata-musicbrainz3.h \
56
48
        sj-metadata-musicbrainz3.c
57
49
endif
58
50
 
59
 
if HAVE_LIBCDIO
60
 
libjuicer_la_SOURCES += \
61
 
        sj-metadata-cdtext.h \
62
 
        sj-metadata-cdtext.c
63
 
endif
64
 
 
65
51
#
66
52
# Build the GValue marshals
67
53
#