summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/Makefile.am
blob: 9580eeb34e67b3230b11824ce51b6532f3c6f8cc (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstladspa.la

libgstladspa_la_SOURCES = gstladspa.c search.c load.c
libgstladspa_la_CFLAGS = $(GST_CFLAGS)
libgstladspa_la_LIBADD = $(GST_LIBS) -lgstcontrol
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstladspa.h utils.h