diff options
Diffstat (limited to 'src/libmad')
-rw-r--r-- | src/libmad/Makefile.am | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/src/libmad/Makefile.am b/src/libmad/Makefile.am index e2b0c642d..c5e88383f 100644 --- a/src/libmad/Makefile.am +++ b/src/libmad/Makefile.am @@ -8,16 +8,38 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_mad.la -xineplug_decode_mad_la_SOURCES = bit.c frame.c layer3.c timer.c \ - huffman.c stream.c fixed.c layer12.c synth.c version.c \ +xineplug_decode_mad_la_SOURCES = \ + bit.c \ + fixed.c \ + frame.c \ + huffman.c \ + layer12.c \ + layer3.c \ + stream.c \ + synth.c \ + timer.c \ + version.c \ xine_decoder.c - xineplug_decode_mad_la_LDFLAGS = -avoid-version -module -noinst_HEADERS = D.dat huffman.h stream.h fixed.h \ - imdct_s.dat qc_table.dat synth.h bit.h frame.h layer12.h \ - rq_table.dat timer.h global.h layer3.h sf_table.dat version.h +noinst_HEADERS = \ + D.dat \ + imdct_s.dat \ + qc_table.dat \ + rq_table.dat \ + sf_table.dat \ + bit.h \ + fixed.h \ + frame.h \ + global.h \ + huffman.h \ + layer12.h \ + layer3.h \ + stream.h \ + synth.h \ + timer.h \ + version.h ## |