gstreamer/ext/ladspa/Makefile.am
Thomas Vander Stichele deef2f51cd remove this header
Original commit message from CVS:
remove this header
2002-06-04 16:03:00 +00:00

10 lines
269 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstladspa.la
libgstladspa_la_SOURCES = gstladspa.c search.c load.c
libgstladspa_la_CFLAGS = $(GST_CFLAGS)
libgstladspa_la_LIBADD =
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstladspa.h utils.h