summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete')
-rw-r--r--kopete/libkopete/CMakeLists.txt2
-rw-r--r--kopete/libkopete/avdevice/CMakeLists.txt2
2 files changed, 2 insertions, 2 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 )
diff --git a/kopete/libkopete/avdevice/CMakeLists.txt b/kopete/libkopete/avdevice/CMakeLists.txt
index fb3f77c4..f385af76 100644
--- a/kopete/libkopete/avdevice/CMakeLists.txt
+++ b/kopete/libkopete/avdevice/CMakeLists.txt
@@ -40,7 +40,7 @@ tde_add_library( kopete_videodevice SHARED AUTOMOC
videocontrol.cpp videodevice.cpp videodevicemodelpool.cpp
videodevicepool.cpp videoinput.cpp bayer.cpp
sonix_compress.cpp
- VERSION 1.0.0
+ VERSION 0.0.0
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}
)