summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
new file mode 100644
index 0000000..4e4a984
--- /dev/null
+++ b/utils/Makefile.am
@@ -0,0 +1,8 @@
+if BUILD_UTILITIES
+
+bin_PROGRAMS = ladspa2lv2
+
+ladspa2lv2_LDADD = -ldl @RAPTOR_LIBS@
+ladspa2lv2_SOURCES = ladspa2lv2.c
+
+endif