diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-11 14:47:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-11 14:47:56 +0200 |
commit | a987816d4531ae9ade2d4e75a063ab2b89e271e8 (patch) | |
tree | 3cd57bd3fc8ada89de650efb22b8a18ce3501654 /lv2/Makefile.am | |
parent | 6d4bfbf54cdd54a6f730f8f153612192d9855ee7 (diff) |
Added pthread to linking. Fix install path on systems that actively set the --libdir configure option (thanks falktx).
Diffstat (limited to 'lv2/Makefile.am')
-rw-r--r-- | lv2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/Makefile.am b/lv2/Makefile.am index 95e9911..bb7cea1 100644 --- a/lv2/Makefile.am +++ b/lv2/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/plugingui \ $(PLUGIN_GUI_CFLAGS) -DX11 -DSSE -msse -msse2 -msse3 \ -DUSE_THREAD -plugindir = $(libdir)/lv2/drumgizmo.lv2 +plugindir = $(prefix)/lib/lv2/drumgizmo.lv2 plugin_LTLIBRARIES = drumgizmo.la plugin_DATA = manifest.ttl drumgizmo.ttl |