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
renatofilho@75
     1
plugin_LTLIBRARIES = libgsttypefindfunctions.la
renatofilho@75
     2
renatofilho@75
     3
libgsttypefindfunctions_la_SOURCES = \
renatofilho@75
     4
	gsttypefindfunctions.c
renatofilho@75
     5
renatofilho@75
     6
libgsttypefindfunctions_la_CFLAGS = \
renatofilho@75
     7
	$(GST_CFLAGS)
renatofilho@75
     8
renatofilho@75
     9
libgsttypefindfunctions_la_LDFLAGS = \
renatofilho@75
    10
	$(GST_PLUGIN_LDFLAGS) \
renatofilho@75
    11
	$(GST_BASE_LIBS)
renatofilho@75
    12
renatofilho@75
    13
libgsttypefindfunctions_la_LIBADD = \
renatofilho@75
    14
	$(GST_LIBS)