gst-plugins-nuvdemux/typefind/Makefile.am
author rosfran
Wed Mar 28 15:53:29 2007 +0100 (2007-03-28)
branchtrunk
changeset 467 bc13aaf7561d
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r472] Changed all the g_debug, g_warning and g_debug calls, to the gmyth_debug status/error printing function.
     1 plugin_LTLIBRARIES = libgsttypefindfunctions_indt.la
     2 
     3 libgsttypefindfunctions_indt_la_SOURCES = \
     4 	gsttypefindfunctions.c
     5 
     6 libgsttypefindfunctions_indt_la_CFLAGS = \
     7 	$(GST_CFLAGS)
     8 
     9 libgsttypefindfunctions_indt_la_LDFLAGS = \
    10 	$(GST_PLUGIN_LDFLAGS) \
    11 	$(GST_BASE_LIBS)
    12 
    13 libgsttypefindfunctions_indt_la_LIBADD = \
    14 	$(GST_LIBS)