From 838bc540841852e032694814668aa436849e6f9d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 24 Jun 2004 01:43:55 +0000 Subject: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/tcp/Makefile.am: * sys/dxr3/Makefile.am: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Also add all *.list files that were missing. * Makefile.am: add a distcheck hook to ensure the above doesn't happen again. --- gst-libs/gst/mixer/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/mixer') diff --git a/gst-libs/gst/mixer/Makefile.am b/gst-libs/gst/mixer/Makefile.am index e556ab0e..e5abf687 100644 --- a/gst-libs/gst/mixer/Makefile.am +++ b/gst-libs/gst/mixer/Makefile.am @@ -21,8 +21,11 @@ built_headers = \ mixer-enumtypes.h libgstmixerinclude_HEADERS = \ - $(mixer_headers) \ - mixer-enumtypes.h + $(mixer_headers) + +# FIXME 0.9: don't include marshal files +nodist_libgstmixerinclude_HEADERS = \ + $(built_headers) noinst_LTLIBRARIES = libgstmixer.la @@ -32,7 +35,6 @@ libgstmixer_la_SOURCES = \ mixertrack.c nodist_libgstmixer_la_SOURCES = \ - mixer-marshal.h \ $(built_sources) libgstmixer_la_CFLAGS = $(GST_CFLAGS) -- cgit v1.2.1