ignore gstcompat.h

Original commit message from CVS:
ignore gstcompat.h
This commit is contained in:
David I. Lehn 2003-01-10 00:17:32 +00:00
parent 166d345b1f
commit f85f7a3952
3 changed files with 7 additions and 3 deletions

2
common

@ -1 +1 @@
Subproject commit 4a7bc52a893bdd9fefa9fabe460c827822a9e0f2
Subproject commit 86c508421de359776c4c2cb411a78c729330a250

View file

@ -18,7 +18,9 @@ CLEANFILES = gstreamer.c gstreamer-base.defs
EXTRA_DIST = gstreamer-extra.defs gstreamer.override
gstreamer.c: gstreamer.defs gstreamer.override
GST_EXCLUDE_INCLUDES=$(GST_INCLUDEDIR)/gst/gstatomic_impl.h
GST_EXCLUDE_INCLUDES=\
$(GST_INCLUDEDIR)/gst/gstatomic_impl.h \
$(GST_INCLUDEDIR)/gst/gstcompat.h
GST_INCLUDES=$(filter-out $(GST_EXCLUDE_INCLUDES),$(wildcard $(GST_INCLUDEDIR)/gst/*.h))
gstreamer-base.defs: $(GST_INCLUDES)

View file

@ -18,7 +18,9 @@ CLEANFILES = gstreamer.c gstreamer-base.defs
EXTRA_DIST = gstreamer-extra.defs gstreamer.override
gstreamer.c: gstreamer.defs gstreamer.override
GST_EXCLUDE_INCLUDES=$(GST_INCLUDEDIR)/gst/gstatomic_impl.h
GST_EXCLUDE_INCLUDES=\
$(GST_INCLUDEDIR)/gst/gstatomic_impl.h \
$(GST_INCLUDEDIR)/gst/gstcompat.h
GST_INCLUDES=$(filter-out $(GST_EXCLUDE_INCLUDES),$(wildcard $(GST_INCLUDEDIR)/gst/*.h))
gstreamer-base.defs: $(GST_INCLUDES)