summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-10-04 13:33:30 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-10-04 13:33:30 +0300
commit62197270ddfd577bee738027df98cdc87e449a3e (patch)
treee7cf8a6ff02eea6dab18be4f793447ae82664130
parentd09eccc06bcbc33fc8fe4ca20759b8c48d8fafb8 (diff)
downloadgst-plugins-base-62197270ddfd577bee738027df98cdc87e449a3e.tar.gz
gst-plugins-base-62197270ddfd577bee738027df98cdc87e449a3e.tar.xz
gl: Add gl-enumtypes.[ch] to CLEANFILES
-rw-r--r--gst-libs/gst/gl/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
index 4d5645ee1..fa8dbd0da 100644
--- a/gst-libs/gst/gl/Makefile.am
+++ b/gst-libs/gst/gl/Makefile.am
@@ -179,6 +179,8 @@ built_sources = gl-enumtypes.c
built_headers = gl-enumtypes.h
BUILT_SOURCES = $(built_sources) $(built_headers)
+CLEANFILES = $(BUILT_SOURCES)
+
nodist_libgstgl_@GST_API_VERSION@include_HEADERS = $(built_headers)
nodist_libgstgl_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
@@ -243,5 +245,5 @@ typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
-CLEANFILES = $(BUILT_GIRSOURCES) $(typelibs_DATA)
+CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
endif