summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index b36620b..878927d 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -11,5 +11,5 @@ lv2_inspect_SOURCES = lv2_inspect.c
lv2_inspect_LDADD = ../src/libslv2.la
ladspa2lv2_SOURCES = ladspa2lv2.c
-ladspa2lv2_LDADD = -ldl @REDLAND_LIBS@
+ladspa2lv2_LDADD = -ldl -lm @REDLAND_LIBS@