summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-10-03 23:27:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-10-03 23:27:32 +0300
commit919083d082e71e5956df4e1dbf873f663a18caa9 (patch)
tree18ad1beadc5306ee2bfdc6e6719fca3314061dfe
parent2b0298d847348af4699cc44a4d5c82ad519a932a (diff)
downloadgst-plugins-base-919083d082e71e5956df4e1dbf873f663a18caa9.tar.gz
gst-plugins-base-919083d082e71e5956df4e1dbf873f663a18caa9.tar.xz
gl: Add gl-enumtypes.h to nodist_HEADERS
-rw-r--r--gst-libs/gst/gl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
index 07f9dbf05..4d5645ee1 100644
--- a/gst-libs/gst/gl/Makefile.am
+++ b/gst-libs/gst/gl/Makefile.am
@@ -179,6 +179,7 @@ built_sources = gl-enumtypes.c
built_headers = gl-enumtypes.h
BUILT_SOURCES = $(built_sources) $(built_headers)
+nodist_libgstgl_@GST_API_VERSION@include_HEADERS = $(built_headers)
nodist_libgstgl_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
include $(top_srcdir)/common/gst-glib-gen.mak