~ubuntu-branches/ubuntu/feisty/sound-juicer/feisty

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-01-29 16:36:49 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070129163649-15eye8066jyy6fp9
Tags: 2.16.3-0ubuntu1
* New upstream version:
  - Fix install target
  - Set urgency hint on completed dialog (Ubuntu: #58368)
  - Add man page
  - Ensure playback is stopped when media is removed
  - Source cleanups
  - Fix typo to the recommended mp3 profile (Ubuntu: #78268)
* debian/patches/02_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        mb_test-sj-metadata-marshal.$(OBJEXT) \
55
55
        mb_test-sj-error.$(OBJEXT)
56
56
mb_test_OBJECTS = $(am_mb_test_OBJECTS)
57
 
mb_test_DEPENDENCIES =
 
57
am__DEPENDENCIES_1 =
 
58
mb_test_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
59
        $(am__DEPENDENCIES_1)
58
60
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
59
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
62
am__depfiles_maybe = depfiles
288
290
        $(UI_CFLAGS) \
289
291
        $(AM_CPPFLAGS)
290
292
 
291
 
mb_test_LDADD = @BURN_LIBS@ @UI_LIBS@ @MUSICBRAINZ_LIBS@
 
293
mb_test_LDADD = \
 
294
        $(BURN_LIBS) \
 
295
        $(UI_LIBS) \
 
296
        $(MUSICBRAINZ_LIBS)
 
297
 
292
298
mb_test_LDFLAGS = \
293
299
        -export-dynamic \
294
300
        $(AM_LDFLAGS)