lib_LTLIBRARIES = libac3.la libdir = @PLUGINS_DIR@/@AUDIO_CODEC_PLUGIN_DIR@ libac3_la_LDFLAGS = -module -avoid-version libac3_la_LIBADD = -L@LIBXMPS_DIR@ -lxmps libac3_la_SOURCES = \ ac3.h \ ac3_internal.h \ bit_allocate.h \ bit_allocate.c \ bitstream.c \ bitstream.h \ coeff.c \ coeff.h \ crc.c \ crc.h \ debug.c \ debug.h \ dither.c \ dither.h \ downmix.c \ downmix.h \ exponent.c \ exponent.h \ imdct.h \ imdct.c \ parse.c \ parse.h \ rematrix.c \ rematrix.h \ sanity_check.h \ sanity_check.c \ srfft.h \ srfft.c \ srfftp.h \ stats.c \ stats.h \ ring.c \ ring.h \ bswap.h \ ac3_codec.h \ ac3_codec.c INCLUDES = @CFLAGS@ -DVERSION=\"@VERSION@\" \ -DPACKAGE=\"@PACKAGE@\" \ -I$(includedir) -I$(top_srcdir)/src -I$(top_srcdir)/libxmps\ -I$(top_srcdir)/intl -I../../src -I../../libxmps -Wall