From 100122b7d3471e9543306159bf351ebf27dd6f4d Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 3 Oct 2013 23:05:37 +0200 Subject: fix stuff to pass make distcheck --- plugins/alac/Makefile.am | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'plugins/alac') 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 -- cgit v1.2.3