diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-03 23:05:37 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-03 23:05:37 +0200 |
commit | 100122b7d3471e9543306159bf351ebf27dd6f4d (patch) | |
tree | bb5952708eac873aa8bf46b2df2d4cfd2e51f543 /plugins/alac | |
parent | 715bbb48b4f4d172f73173c9391f416953961464 (diff) |
fix stuff to pass make distcheck
Diffstat (limited to 'plugins/alac')
-rw-r--r-- | plugins/alac/Makefile.am | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/plugins/alac/Makefile.am b/plugins/alac/Makefile.am index 0dc48ade..da23099c 100644 --- a/plugins/alac/Makefile.am +++ b/plugins/alac/Makefile.am @@ -2,21 +2,12 @@ if HAVE_ALAC alacdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = alac.la alac_la_SOURCES = alac_plugin.c\ -alac.c decomp.h demux.c demux.h stream.c stream.h\ -../libmp4ff/mp4atom.c\ -../libmp4ff/mp4ff.c\ -../libmp4ff/mp4meta.c\ -../libmp4ff/mp4sample.c\ -../libmp4ff/mp4tagupdate.c\ -../libmp4ff/mp4util.c\ -../libmp4ff/mp4ff.h\ -../libmp4ff/mp4ffint.h\ -../libmp4ff/mp4ff_int_types.h +alac.c decomp.h demux.c demux.h stream.c stream.h alac_la_LDFLAGS = -module -alac_la_LIBADD = $(LDADD) $(FAAD2_LIBS) -AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING -I../libmp4ff +alac_la_LIBADD = $(LDADD) $(FAAD2_LIBS) ../libmp4ff/libmp4ff.a +AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING -I@top_srcdir@/plugins/libmp4ff endif |