gst-plugins-nuvdemux/typefind/Makefile.am
author renatofilho
Thu Nov 09 19:45:27 2006 +0000 (2006-11-09)
branchtrunk
changeset 75 761a8bbe4278
child 77 bca1fb717911
permissions -rw-r--r--
[svn r76] typefind copyed from gstreamer cvs
     1 plugin_LTLIBRARIES = libgsttypefindfunctions.la
     2 
     3 libgsttypefindfunctions_la_SOURCES = \
     4 	gsttypefindfunctions.c
     5 
     6 libgsttypefindfunctions_la_CFLAGS = \
     7 	$(GST_CFLAGS)
     8 
     9 libgsttypefindfunctions_la_LDFLAGS = \
    10 	$(GST_PLUGIN_LDFLAGS) \
    11 	$(GST_BASE_LIBS)
    12 
    13 libgsttypefindfunctions_la_LIBADD = \
    14 	$(GST_LIBS)