c21097bc9c4cb1f2609daaa4d3fd2a7f723d8986
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / android / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-android.la
4
5 libgstgl_android_la_SOURCES = \
6         gstglwindow_android_egl.c
7
8 noinst_HEADERS = \
9         gstglwindow_android_egl.h
10
11 libgstgl_android_la_CFLAGS = \
12         -I$(top_srcdir)/gst-libs \
13         -I$(top_builddir)/gst-libs \
14         $(GL_CFLAGS) \
15         $(GST_PLUGINS_BASE_CFLAGS) \
16         $(GST_BASE_CFLAGS) \
17         $(GST_CFLAGS)
18
19 libgstgl_android_la_LDFLAGS = \
20         $(GST_LIB_LDFLAGS) \
21         $(GST_ALL_LDFLAGS)