~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to sys/glsink/Makefile.am

Tags: upstream-0.10.5.3
Import upstream version 0.10.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
plugin_LTLIBRARIES = libgstglimagesink.la
3
 
 
4
 
libgstglimagesink_la_SOURCES =  glimagesink.c 
5
 
libgstglimagesink_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
6
 
        $(GST_PLUGINS_BASE_CFLAGS)
7
 
libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \
8
 
        $(GST_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
9
 
        $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
10
 
libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11