summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/gl/cocoa/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am
index f45583ddd..cd2cf7a80 100644
--- a/gst-libs/gst/gl/cocoa/Makefile.am
+++ b/gst-libs/gst/gl/cocoa/Makefile.am
@@ -10,13 +10,13 @@ libgstgl_cocoa_la_SOURCES = \
noinst_HEADERS = \
gstgldisplay_cocoa.h \
- gstglwindow_cocoa.h \
gstgl_cocoa_private.h
libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
libgstgl_cocoainclude_HEADERS = \
gstglcontext_cocoa.h \
- gstglcaopengllayer.h
+ gstglcaopengllayer.h \
+ gstgldisplay_cocoa.h
libgstgl_cocoa_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \