mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
remove hook
Original commit message from CVS: remove hook
This commit is contained in:
parent
96dab2dd58
commit
66cbf07abf
1 changed files with 0 additions and 20 deletions
20
Makefile.am
20
Makefile.am
|
@ -1,9 +1,3 @@
|
||||||
if USE_GCONFTOOL
|
|
||||||
SUBDIRS_GCONF = gconf
|
|
||||||
else
|
|
||||||
SUBDIRS_GCONF =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if BUILD_EXTERNAL
|
if BUILD_EXTERNAL
|
||||||
SUBDIRS_EXT = ext
|
SUBDIRS_EXT = ext
|
||||||
else
|
else
|
||||||
|
@ -27,7 +21,6 @@ SUBDIRS = \
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
$(SUBDIRS_EXAMPLES) \
|
$(SUBDIRS_EXAMPLES) \
|
||||||
tools \
|
tools \
|
||||||
$(SUBDIRS_GCONF) \
|
|
||||||
$(SUBDIRS_CHECK) \
|
$(SUBDIRS_CHECK) \
|
||||||
docs \
|
docs \
|
||||||
po \
|
po \
|
||||||
|
@ -42,7 +35,6 @@ DIST_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
examples \
|
examples \
|
||||||
tools \
|
tools \
|
||||||
gconf \
|
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
|
@ -55,17 +47,5 @@ EXTRA_DIST = \
|
||||||
|
|
||||||
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) "*** Leftover enumtypes or marshal files in the tarball." && \
|
|
||||||
$(ECHO) "*** Make sure the following files are not disted:" && \
|
|
||||||
find $(distdir) -name \*-enumtypes.[ch] && \
|
|
||||||
find $(distdir) -name \*-marshal.[ch] && \
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue