diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 18:56:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 18:56:09 +0200 |
commit | f1f048f13df16df69794388a838c3aa7fa304a67 (patch) | |
tree | 7a7ae3fd619931c870570cc5c9e6f40fc21aeef1 /vst | |
parent | 2d75401b3b53f39c0a5ee7eba0b95fa9ce7dde15 (diff) |
Add missing plugindir variable
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am index 427c3dd..15e4814 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ output_vst.cc \ output_vst.h +plugindir = $(prefix)/vst plugin_LTLIBRARIES = if ENABLE_VST |