summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-21 17:51:08 +0000
committerDavid Robillard <d@drobilla.net>2007-08-21 17:51:08 +0000
commit79392630a6c5eee13297878e62619f05395b6177 (patch)
tree226cba53a95c5ec84baf5eb138239d855d9acab4 /utils
parent8bfc7210bb3e1043c1bebb5bc49aa2499cf84b02 (diff)
downloadlilv-79392630a6c5eee13297878e62619f05395b6177.tar.gz
lilv-79392630a6c5eee13297878e62619f05395b6177.tar.bz2
lilv-79392630a6c5eee13297878e62619f05395b6177.zip
Link with -lm for ladspa2lv2.
git-svn-id: http://svn.drobilla.net/lad/slv2@694 a436a847-0d15-0410-975c-d299462d15a1
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@