diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-10-26 13:56:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-26 13:56:01 +0200 |
commit | 93dc872306fb4daa2eda10382fff841fd6b9bcdc (patch) | |
tree | c1d99224be66d930daaa4cd2fc0cd497f17b7bc3 /kopete/libkopete/CMakeLists.txt | |
parent | f425336eafb815261cb12eace29ec0c766cfdd68 (diff) | |
download | tdenetwork-93dc872306fb4daa2eda10382fff841fd6b9bcdc.tar.gz tdenetwork-93dc872306fb4daa2eda10382fff841fd6b9bcdc.zip |
Fix various cmake build issues
Diffstat (limited to 'kopete/libkopete/CMakeLists.txt')
-rw-r--r-- | kopete/libkopete/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/CMakeLists.txt b/kopete/libkopete/CMakeLists.txt index bbed2548..d012c2aa 100644 --- a/kopete/libkopete/CMakeLists.txt +++ b/kopete/libkopete/CMakeLists.txt @@ -49,7 +49,7 @@ install( FILES kopetetransfermanager.h kopeteuiglobal.h kabcpersistence.h managedconnectionaccount.h kopetenotifydataobject.h kopeteversion.h kopeteprefs.h kopetepicture.h webcamwidget.h - kopetepluginmanager.h + kopetepluginmanager.h kopeteblacklister.h DESTINATION ${INCLUDE_INSTALL_DIR}/kopete ) |