gstreamer/gst/auparse/Makefile.am
David I. Lehn c656b5eab6 s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:26 +00:00

9 lines
215 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstparseau.la
libgstparseau_la_SOURCES = gstparseau.c
libgstparseau_la_CFLAGS = $(GST_CFLAGS)
libgstparseau_la_LIBADD = $(GST_LIBS)
noinst_HEADERS = gstparseau.h