gst-plugins-nuvdemux/typefind/Makefile.am
author leo_sobral
Thu Mar 08 15:53:58 2007 +0000 (2007-03-08)
branchtrunk
changeset 402 74c9ba2e13ec
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r407] removed unused variables, fixed indentation amd removed msqlquery unrefing from disconnect, moving it to the dispose
     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)