summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/Makefile.am
blob: c7c654fdb717c94a5d937422670ee885c60d3727 (plain)
1
2
3
4
5
6
7
8
9

plugin_LTLIBRARIES = libgstladspa.la

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

noinst_HEADERS = gstladspa.h utils.h