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

noinst_HEADERS = gstladspa.h utils.h