summaryrefslogtreecommitdiff
path: root/src/libac3/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libac3/Makefile.am')
-rw-r--r--src/libac3/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/libac3/Makefile.am b/src/libac3/Makefile.am
index 3071c7ae9..0e1d6d37a 100644
--- a/src/libac3/Makefile.am
+++ b/src/libac3/Makefile.am
@@ -7,16 +7,15 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_ac3.la
xineplug_decode_ac3_la_SOURCES = bitstream.c bit_allocate.c \
- decode.c coeff.c exponent.c parse.c crc.c rematrix.c \
- dither.c sanity_check.c srfft.c imdct.c downmix.c \
+ coeff.c decode.c debug.c dither.c downmix.c imdct.c \
+ imdct_mlib.c parse.c rematrix.c sanity_check.c stats.c \
xine_decoder.c
xineplug_decode_ac3_la_LDFLAGS = -avoid-version -module
-noinst_HEADERS = ac3.h ac3_internal.h bitstream.h \
- imdct.h coeff.h exponent.h bit_allocate.h parse.h \
- crc.h rematrix.h downmix.h dither.h \
- sanity_check.h srfft.h srfftp.h cmplx.h decode.h \
- bswap.h
+noinst_HEADERS = ac3.h ac3_internal.h bit_allocate.h \
+ bitstream.h coeff.h debug.h decode.h dither.h \
+ downmix.h imdct.h parse.h rematrix.h \
+ sanity_check.h stats.h
##
## Install header files (default=$includedir/xine)