gst-plugins-nuvdemux/typefind/Makefile.am
author rosfran
Thu Nov 23 20:51:44 2006 +0000 (2006-11-23)
branchtrunk
changeset 104 1e1f1cb810fe
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r105] Changed the function that gets the net interface names, added some recoreder functions.
     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)