summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 15:26:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 15:26:43 +0000
commitba954374496502524ccd4b96731ecb16ff8ab5d9 (patch)
tree47e5cf456e3400b6cdebe051bc4b5268e5ed7041 /ext/ladspa/Makefile.am
parentba961327f3ea65e5fbe137b7357f21345c2b6e8e (diff)
downloadgst-plugins-bad-ba954374496502524ccd4b96731ecb16ff8ab5d9.tar.gz
gst-plugins-bad-ba954374496502524ccd4b96731ecb16ff8ab5d9.tar.bz2
gst-plugins-bad-ba954374496502524ccd4b96731ecb16ff8ab5d9.zip
added ladspa, doesn't have checks yet though
Original commit message from CVS: added ladspa, doesn't have checks yet though
Diffstat (limited to 'ext/ladspa/Makefile.am')
-rw-r--r--ext/ladspa/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am
new file mode 100644
index 00000000..5a7dcd10
--- /dev/null
+++ b/ext/ladspa/Makefile.am
@@ -0,0 +1,8 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstladspa.la
+
+libgstladspa_la_SOURCES = gstladspa.c search.c load.c
+libgstladspa_la_CFLAGS = $(GST_CFLAGS)
+
+noinst_HEADERS = gstladspa.h ladspa.h utils.h