aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-02 17:45:37 +0000
committerGravatar Elvio Basello2008-04-02 17:45:37 +0000
commit3df90518e07b0326473b4c6e7cb85826b3c8dd8e (patch)
tree978e7594096988f5bbcb32ec3a5bdfa0394c0cc0 /src/modules/notifier
parentquick fix (diff)
downloadKVIrc-3df90518e07b0326473b4c6e7cb85826b3c8dd8e.tar.gz
KVIrc-3df90518e07b0326473b4c6e7cb85826b3c8dd8e.tar.bz2
KVIrc-3df90518e07b0326473b4c6e7cb85826b3c8dd8e.zip
fixed vars
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1376 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/notifier')
-rw-r--r--src/modules/notifier/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/notifier/CMakeLists.txt b/src/modules/notifier/CMakeLists.txt
index 3b5bff757..01a1cd45b 100644
--- a/src/modules/notifier/CMakeLists.txt
+++ b/src/modules/notifier/CMakeLists.txt
@@ -37,5 +37,5 @@ ELSE()
ENDIF()
# Install target
-SET_TARGET_PROPERTIES(kvinotifier PROPERTIES VERSION ${VERSION} SOVERSION ${MAJOR})
-INSTALL(TARGETS kvinotifier LIBRARY DESTINATION ${KVI_INSTALL_PREFIX}/share/kvirc/${KVI_VERSION_BRANCH}/modules/)
+SET_TARGET_PROPERTIES(kvinotifier PROPERTIES VERSION ${VERSION_RELEASE} SOVERSION ${VERSION_MAJOR})
+INSTALL(TARGETS kvinotifier LIBRARY DESTINATION ${INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/modules/)