gl/android: don't install the android window header
authorMatthew Waters <matthew@centricular.com>
Mon, 7 Nov 2016 15:52:37 +0000 (02:52 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 01:46:09 +0000 (12:46 +1100)
It's not needed

gst-libs/gst/gl/android/Makefile.am

index e214ba9..c21097b 100644 (file)
@@ -2,13 +2,10 @@
 
 noinst_LTLIBRARIES = libgstgl-android.la
 
-libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
-libgstglandroidincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/android
-
 libgstgl_android_la_SOURCES = \
        gstglwindow_android_egl.c
 
-libgstglandroidinclude_HEADERS = \
+noinst_HEADERS = \
        gstglwindow_android_egl.h
 
 libgstgl_android_la_CFLAGS = \