diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-22 21:34:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-22 21:34:54 +0000 |
commit | f00e62b71aa363f4edbc359ce771f56315897ada (patch) | |
tree | 6f8375f6358b5500bdeb3b7ee6a298bb3f1a7919 /src/libmad | |
parent | 281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f (diff) | |
download | xine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.gz xine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.bz2 |
Fixed libxineutils linking.
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
Diffstat (limited to 'src/libmad')
-rw-r--r-- | src/libmad/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libmad/Makefile.am b/src/libmad/Makefile.am index d3f295a8f..f771ef370 100644 --- a/src/libmad/Makefile.am +++ b/src/libmad/Makefile.am @@ -11,14 +11,12 @@ xineplug_decode_mad_la_SOURCES = bit.c frame.c layer3.c timer.c \ xineplug_decode_mad_la_LDFLAGS = -avoid-version -module -xineplug_decode_mad_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la noinst_HEADERS = D.dat huffman.h mad.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 - ## ## Install header files (default=$includedir/xine) ## |