diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-23 01:03:47 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-23 01:03:47 +0000 |
commit | a568bd216d342740b78279b2a3797d2e2fbe0ab4 (patch) | |
tree | 5380405ed9f658addd7f5503a2b4dde618315238 /muse2/plugins/pandelay | |
parent | 671954422341c5c9430251eae9c77d910e81ef77 (diff) |
See ChangeLog
Diffstat (limited to 'muse2/plugins/pandelay')
-rw-r--r-- | muse2/plugins/pandelay/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/plugins/pandelay/CMakeLists.txt b/muse2/plugins/pandelay/CMakeLists.txt index 5ebb08a0..6e48a9ea 100644 --- a/muse2/plugins/pandelay/CMakeLists.txt +++ b/muse2/plugins/pandelay/CMakeLists.txt @@ -30,4 +30,4 @@ set_target_properties (pandelay #COMPILE_FLAGS "-O3" ) -install_targets ( /lib/${MusE_INSTALL_NAME}/plugins pandelay) +install_targets ( /${CMAKE_INSTALL_LIBDIR}/${MusE_INSTALL_NAME}/plugins pandelay) |