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

« back to all changes in this revision

Viewing changes to tests/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:
12
12
 
13
13
mb_test_CFLAGS = \
14
14
        $(WARN_CFLAGS) \
15
 
        $(MUSICBRAINZ_CFLAGS) \
16
15
        $(GSTREAMER_CFLAGS) \
17
16
        $(MEDIA_PROFILES_CFLAGS) \
18
17
        $(BURN_CFLAGS) \
23
22
mb_test_LDADD = \
24
23
        $(BURN_LIBS) \
25
24
        $(UI_LIBS) \
26
 
        $(MUSICBRAINZ_LIBS) \
27
25
        $(DBUS_LIBS) \
28
26
        $(top_builddir)/libjuicer/libjuicer.la
29
27