gst-gmyth/nuvdemux/Makefile.am
author rosfran
Thu May 17 15:43:02 2007 +0100 (2007-05-17)
branchtrunk
changeset 683 4a784466828d
permissions -rw-r--r--
[svn r689] Added new test case to TV Chain; put back the testing scripts configuration file.
     1 plugin_LTLIBRARIES = libgstnuvdemux.la
     2 
     3 libgstnuvdemux_la_SOURCES =	\
     4 	gstnuvdemux.c 
     5 
     6 libgstnuvdemux_la_CFLAGS = \
     7 	$(GST_CFLAGS) \
     8 	$(GST_BASE_CFLAGS) \
     9 	$(GST_PLUGINS_BASE_CFLAGS)
    10 
    11 libgstnuvdemux_la_LIBADD = \
    12 	$(GST_LIBS_LIBS)
    13 
    14 libgstnuvdemux_la_LDFLAGS = \
    15 	$(GST_LIBS) \
    16 	$(GST_PLUGIN_LDFLAGS) \
    17 	$(GST_BASE_LIBS) \
    18 	$(GST_PLUGINS_BASE_LIBS)
    19 
    20 noinst_HEADERS = \
    21 	gstnuvdemux.h 
    22