gst-gmyth/concatmux/Makefile.am
author rosfran
Tue May 08 16:05:47 2007 +0100 (2007-05-08)
branchtrunk
changeset 637 de71b8478b27
parent 609 4aac30345986
permissions -rw-r--r--
[svn r643] Added test to file local transfers, livetv common error setups, and program info utility functions.
     1 plugin_LTLIBRARIES = libgstconcatmux.la
     2 
     3 libgstconcatmux_la_SOURCES =	\
     4 	gstconcatmux.c 
     5 
     6 libgstconcatmux_la_CFLAGS = \
     7 	$(GST_CFLAGS) \
     8 	$(GST_BASE_CFLAGS) \
     9 	$(GST_PLUGINS_BASE_CFLAGS)
    10 
    11 libgstconcatmux_la_LIBADD = \
    12 	$(GST_LIBS_LIBS)
    13 
    14 libgstconcatmux_la_LDFLAGS = \
    15 	$(GST_LIBS) \
    16 	$(GST_PLUGIN_LDFLAGS) \
    17 	$(GST_BASE_LIBS) \
    18 	$(GST_PLUGINS_BASE_LIBS)
    19