[054/906] Fixes to make project compile. Probably still doesn't work. * configure...
authorDavid Schleef <ds@schleef.org>
Thu, 17 Jan 2008 23:23:31 +0000 (23:23 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:16 +0000 (19:31 +0000)
gst-libs/gst/gl/Makefile.am

index e69de29..7789a79 100644 (file)
@@ -0,0 +1,24 @@
+
+lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
+
+libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
+       glextensions.c \
+       gstglbuffer.c \
+       gstgldisplay.c
+
+libgstgl_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gl
+libgstgl_@GST_MAJORMINOR@include_HEADERS = \
+       glextensions.h \
+       gstglbuffer.h \
+       gstgldisplay.h
+
+libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
+       $(GSTPB_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
+       $(X_LIBS) $(GL_LIBS)
+
+libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
+       $(GSTPB_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+
+libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
+       $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
+