mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
f6ef56669a
commit
5f8c70cd9d
6 changed files with 39 additions and 7 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
2004-06-24 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
|
2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
|
* ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
|
||||||
|
|
|
@ -44,5 +44,13 @@ EXTRA_DIST=gst-plugins.spec depcomp \
|
||||||
|
|
||||||
DISTCLEANFILES=_stdint.h
|
DISTCLEANFILES=_stdint.h
|
||||||
|
|
||||||
|
# check that no marshal or enumtypes files are included
|
||||||
|
# this in turn ensures that distcheck fails for missing .list files which is currently
|
||||||
|
# shadowed when the corresponding .c and .h files are included.
|
||||||
|
distcheck-hook:
|
||||||
|
test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
|
||||||
|
test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
|
||||||
|
( $(ECHO) "*** Still leftover enumtypes or marshal files in the tarball. Please make sure those are not disted." && false )
|
||||||
|
|
||||||
include $(top_srcdir)/common/release.mak
|
include $(top_srcdir)/common/release.mak
|
||||||
include $(top_srcdir)/common/po.mak
|
include $(top_srcdir)/common/po.mak
|
||||||
|
|
|
@ -18,7 +18,9 @@ built_headers = \
|
||||||
colorbalance-marshal.h \
|
colorbalance-marshal.h \
|
||||||
colorbalance-enumtypes.h
|
colorbalance-enumtypes.h
|
||||||
|
|
||||||
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers) \
|
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers)
|
||||||
|
|
||||||
|
nodist_libgstcolorbalanceinclude_HEADERS = \
|
||||||
colorbalance-enumtypes.h
|
colorbalance-enumtypes.h
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libgstcolorbalance.la
|
noinst_LTLIBRARIES = libgstcolorbalance.la
|
||||||
|
@ -26,6 +28,7 @@ noinst_LTLIBRARIES = libgstcolorbalance.la
|
||||||
libgstcolorbalance_la_SOURCES = \
|
libgstcolorbalance_la_SOURCES = \
|
||||||
colorbalance.c \
|
colorbalance.c \
|
||||||
colorbalancechannel.c
|
colorbalancechannel.c
|
||||||
|
|
||||||
nodist_libgstcolorbalance_la_SOURCES = \
|
nodist_libgstcolorbalance_la_SOURCES = \
|
||||||
$(built_sources) \
|
$(built_sources) \
|
||||||
colorbalance-marshal.h
|
colorbalance-marshal.h
|
||||||
|
|
|
@ -21,8 +21,11 @@ built_headers = \
|
||||||
mixer-enumtypes.h
|
mixer-enumtypes.h
|
||||||
|
|
||||||
libgstmixerinclude_HEADERS = \
|
libgstmixerinclude_HEADERS = \
|
||||||
$(mixer_headers) \
|
$(mixer_headers)
|
||||||
mixer-enumtypes.h
|
|
||||||
|
# FIXME 0.9: don't include marshal files
|
||||||
|
nodist_libgstmixerinclude_HEADERS = \
|
||||||
|
$(built_headers)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libgstmixer.la
|
noinst_LTLIBRARIES = libgstmixer.la
|
||||||
|
|
||||||
|
@ -32,7 +35,6 @@ libgstmixer_la_SOURCES = \
|
||||||
mixertrack.c
|
mixertrack.c
|
||||||
|
|
||||||
nodist_libgstmixer_la_SOURCES = \
|
nodist_libgstmixer_la_SOURCES = \
|
||||||
mixer-marshal.h \
|
|
||||||
$(built_sources)
|
$(built_sources)
|
||||||
|
|
||||||
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
|
@ -13,10 +13,11 @@ built_headers = \
|
||||||
|
|
||||||
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c play-enumtypes.c
|
libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c
|
||||||
|
nodist_libgstplay_@GST_MAJORMINOR@_la_SOURCES = play-enumtypes.c
|
||||||
|
|
||||||
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
||||||
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) $(built_headers)
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers)
|
||||||
|
|
||||||
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
||||||
libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
|
|
|
@ -20,7 +20,10 @@ built_headers = \
|
||||||
tuner-enumtypes.h
|
tuner-enumtypes.h
|
||||||
|
|
||||||
libgsttunerinclude_HEADERS = \
|
libgsttunerinclude_HEADERS = \
|
||||||
$(tuner_headers) \
|
$(tuner_headers)
|
||||||
|
|
||||||
|
# FIXME 0.9: don't install
|
||||||
|
nodist_libgsttunerinclude_HEADERS = \
|
||||||
tuner-enumtypes.h
|
tuner-enumtypes.h
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libgsttuner.la
|
noinst_LTLIBRARIES = libgsttuner.la
|
||||||
|
@ -29,6 +32,7 @@ libgsttuner_la_SOURCES = \
|
||||||
tuner.c \
|
tuner.c \
|
||||||
tunernorm.c \
|
tunernorm.c \
|
||||||
tunerchannel.c
|
tunerchannel.c
|
||||||
|
|
||||||
nodist_libgsttuner_la_SOURCES = \
|
nodist_libgsttuner_la_SOURCES = \
|
||||||
$(built_sources) \
|
$(built_sources) \
|
||||||
tuner-marshal.h
|
tuner-marshal.h
|
||||||
|
|
Loading…
Reference in a new issue