diff options
-rw-r--r-- | src/combined/Makefile.am | 4 |
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 |