summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:56:37 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:56:37 +0200
commit3ab77f4c46f1873d26ed7bd78bf5efa4ffb0bf94 (patch)
tree36d3b0500d14b3728d08a1ff195f39d9ef8fd1d7
parentb82a1365fcbfb32c4e24dfdc607b685d09c4d520 (diff)
downloadxine-lib-3ab77f4c46f1873d26ed7bd78bf5efa4ffb0bf94.tar.gz
xine-lib-3ab77f4c46f1873d26ed7bd78bf5efa4ffb0bf94.tar.bz2
Use a listing for _LTLIBRARIES similar to other Makefiles.
-rw-r--r--src/combined/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/combined/Makefile.am b/src/combined/Makefile.am
index fef159564..58ea35d06 100644
--- a/src/combined/Makefile.am
+++ b/src/combined/Makefile.am
@@ -14,7 +14,9 @@ endif
$(top_builddir)/contrib/nosefart/libnosefart.la:
$(MAKE) -C $(top_builddir)/contrib/nosefart
-xineplug_LTLIBRARIES = $(xineplug_wavpack) $(xineplug_flac) \
+xineplug_LTLIBRARIES = \
+ $(xineplug_wavpack) \
+ $(xineplug_flac) \
xineplug_nsf.la
xineplug_wavpack_la_SOURCES = demux_wavpack.c decoder_wavpack.c combined_wavpack.c combined_wavpack.h