From be3ea15a2d25a5232a2b349d4a8e7091e5781b08 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 27 Feb 2004 02:39:18 +0000 Subject: gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h ... Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h files _should_ be installed. Fix to make this the case. --- gst-libs/gst/mixer/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gst-libs/gst/mixer') diff --git a/gst-libs/gst/mixer/Makefile.am b/gst-libs/gst/mixer/Makefile.am index 79d40f9c..a77936c2 100644 --- a/gst-libs/gst/mixer/Makefile.am +++ b/gst-libs/gst/mixer/Makefile.am @@ -19,13 +19,17 @@ built_headers = \ mixer-marshal.h \ mixer-enumtypes.h -libgstmixerinclude_HEADERS = $(mixer_headers) $(built_headers) +libgstmixerinclude_HEADERS = \ + $(mixer_headers) \ + mixer-enumtypes.h noinst_LTLIBRARIES = libgstmixer.la libgstmixer_la_SOURCES = \ mixer.c \ - mixertrack.c \ + mixertrack.c +nodist_libgstmixer_la_SOURCES = \ + mixer-marshal.h \ $(built_sources) libgstmixer_la_CFLAGS = $(GST_CFLAGS) -- cgit v1.2.1