gst-plugins-nuvdemux/nuvdemux/Makefile.am
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
     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