gst-gmyth/concatmux/Makefile.am
author rosfran
Thu May 17 15:43:02 2007 +0100 (2007-05-17)
branchtrunk
changeset 683 4a784466828d
parent 609 4aac30345986
permissions -rw-r--r--
[svn r689] Added new test case to TV Chain; put back the testing scripts configuration file.
renatofilho@609
     1
plugin_LTLIBRARIES = libgstconcatmux.la
renatofilho@609
     2
renatofilho@609
     3
libgstconcatmux_la_SOURCES =	\
renatofilho@609
     4
	gstconcatmux.c 
renatofilho@609
     5
renatofilho@609
     6
libgstconcatmux_la_CFLAGS = \
renatofilho@609
     7
	$(GST_CFLAGS) \
renatofilho@609
     8
	$(GST_BASE_CFLAGS) \
renatofilho@609
     9
	$(GST_PLUGINS_BASE_CFLAGS)
renatofilho@609
    10
renatofilho@609
    11
libgstconcatmux_la_LIBADD = \
renatofilho@609
    12
	$(GST_LIBS_LIBS)
renatofilho@609
    13
renatofilho@609
    14
libgstconcatmux_la_LDFLAGS = \
renatofilho@609
    15
	$(GST_LIBS) \
renatofilho@609
    16
	$(GST_PLUGIN_LDFLAGS) \
renatofilho@609
    17
	$(GST_BASE_LIBS) \
renatofilho@609
    18
	$(GST_PLUGINS_BASE_LIBS)
renatofilho@609
    19