summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-05-19 13:21:24 +0000
committerWerner Schweer <ws.seh.de>2006-05-19 13:21:24 +0000
commit15bd588827bb5286ef155c3a7cc6ede23fbc7b31 (patch)
tree280554fbe42436da5625e538fe0564495a3639d9
parent6557f11325ade42f5b5d31aa632bc0032ea7c003 (diff)
install libawlplugin.so
-rw-r--r--muse/ChangeLog1
-rw-r--r--muse/awl/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog
index 98f6927a..ec350b2a 100644
--- a/muse/ChangeLog
+++ b/muse/ChangeLog
@@ -1,4 +1,5 @@
19.5 (ws)
+ * install libawlplugin.so to make LADSPA plugin guis work
* added project creation time and song len (in sec) to project file
18.5 (ws)
* added "Muse templates" and "User templates" to template list
diff --git a/muse/awl/CMakeLists.txt b/muse/awl/CMakeLists.txt
index 46f6453b..df3cf551 100644
--- a/muse/awl/CMakeLists.txt
+++ b/muse/awl/CMakeLists.txt
@@ -55,3 +55,5 @@ set_target_properties( awlplugin
PROPERTIES COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all-pic.h"
)
+install_targets ( /lib/${MusE_INSTALL_NAME}/designer/ awlplugin )
+