gst-plugins-nuvdemux/typefind/Makefile.am
author rosfran
Wed Jan 24 18:53:43 2007 +0000 (2007-01-24)
branchtrunk
changeset 297 c81bc5ed0ccb
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r298] Fixes problem with the get_file_info method, ehich takes the gnomvfs plug-in to do invalid g_free.
     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)