[kmobiletools] KDE/kdepim
Pino Toscano
toscano.pino at tiscali.it
Thu Jun 14 10:02:18 CEST 2007
SVN commit 675403 by pino:
install the export header
M +1 -0 kmobiletools/kmobiletools/engines/libkmobiletoolsengineui/CMakeLists.txt
M +2 -1 libkleo/CMakeLists.txt
M +1 -0 libksieve/CMakeLists.txt
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/libkmobiletoolsengineui/CMakeLists.txt #675402:675403
@@ -30,5 +30,6 @@
connectionsPage.h
devicesfoundPage.h
scanprogressPage.h
+ engineui_export.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kmobiletools)
--- trunk/KDE/kdepim/libkleo/CMakeLists.txt #675402:675403
@@ -114,6 +114,7 @@
kleo/multideletejob.h
kleo/hierarchicalkeylistjob.h
kleo/keyfilter.h
- kleo/keyfiltermanager.h
+ kleo/keyfiltermanager.h
+ libkleo_export.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kleo)
--- trunk/KDE/kdepim/libksieve/CMakeLists.txt #675402:675403
@@ -28,6 +28,7 @@
set_target_properties(ksieve PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
install(TARGETS ksieve DESTINATION ${LIB_INSTALL_DIR})
+install(FILES libksieve_export.h DESTINATION ${INCLUDE_INSTALL_DIR}/ksieve)
########### install files ###############
More information about the kmobiletools
mailing list