From 3ab77f4c46f1873d26ed7bd78bf5efa4ffb0bf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 31 May 2007 16:56:37 +0200 Subject: Use a listing for _LTLIBRARIES similar to other Makefiles. --- src/combined/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3