aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-04-25 21:01:13 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-04-25 21:01:13 +0000
commit8ed46a426c9a62fda18eb0293483e3aa4a221186 (patch)
tree5f5857ea184e3856afbb1b7d7b09d5060609d903
parent17fb2f9e1bd1565c1caad5863c4bec661c53ff93 (diff)
downloadextra-cmake-modules-8ed46a426c9a62fda18eb0293483e3aa4a221186.tar.gz
extra-cmake-modules-8ed46a426c9a62fda18eb0293483e3aa4a221186.tar.bz2
...this one too, install the new dummy file for windows kdeinit
Alex svn path=/trunk/KDE/kdelibs/; revision=801181
-rw-r--r--modules/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 460ef67c..19a1bb95 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -4,7 +4,7 @@ file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
-install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles}
+install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4init_win32lib_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles}
DESTINATION ${module_install_dir} )
# the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex