gl: fix out-of-source builds pt2

21b897de2f did this for x11 and wayland.
Do it for the other backends as well.
This commit is contained in:
Matthew Waters 2014-03-25 15:40:14 +11:00 committed by Tim-Philipp Müller
parent 0233939eaa
commit 6491e4d275
4 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,7 @@ libgstglandroidinclude_HEADERS = \
libgstgl_android_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \

View file

@ -13,6 +13,7 @@ noinst_HEADERS = \
libgstgl_cocoa_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
@ -20,6 +21,7 @@ libgstgl_cocoa_la_CFLAGS = \
libgstgl_cocoa_la_OBJCFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GL_OBJCFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \

View file

@ -10,6 +10,7 @@ noinst_HEADERS = \
libgstgl_dispmanx_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \

View file

@ -19,6 +19,7 @@ endif
libgstgl_win32_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \