gst-gmyth/concatmux/Makefile.am
author renatofilho
Mon Sep 24 16:06:54 2007 +0100 (2007-09-24)
branchtrunk
changeset 854 871e367c9d90
parent 609 4aac30345986
permissions -rw-r--r--
[svn r860] moved playbinmaemo to maemo-myth project 'https://garage.maemo.org/svn/mtv/trunk/gst'
     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