summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/Makefile.am
blob: e0fe26b67b3f0df50104442396273983e2a6caef (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 =
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstladspa.h ladspa.h utils.h