gst-gmyth/concatmux/Makefile.am
author morphbr
Wed Aug 29 14:42:10 2007 +0100 (2007-08-29)
branchtrunk
changeset 832 daa61fffb811
parent 609 4aac30345986
permissions -rw-r--r--
[svn r838] - Arranged code in a better way
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