diff options
author | Timothy Pearson <[email protected]> | 2011-11-26 20:59:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-26 20:59:35 -0600 |
commit | 18b73386448124e048db3d0af5f0fea9afedeaa8 (patch) | |
tree | 921bcb2a8fea214c4af624b3fa7ba4c9189067b6 /src/tdesvnd/CMakeLists.txt | |
parent | 2ee58065a3c70a38beaa48f218a88a22de348036 (diff) | |
download | tdesvn-18b73386448124e048db3d0af5f0fea9afedeaa8.tar.gz tdesvn-18b73386448124e048db3d0af5f0fea9afedeaa8.zip |
Remove unneeded header globs
Diffstat (limited to 'src/tdesvnd/CMakeLists.txt')
-rw-r--r-- | src/tdesvnd/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tdesvnd/CMakeLists.txt b/src/tdesvnd/CMakeLists.txt index d2d56ce..4b7ebad 100644 --- a/src/tdesvnd/CMakeLists.txt +++ b/src/tdesvnd/CMakeLists.txt @@ -25,10 +25,8 @@ link_directories( ##### kded_tdesvnd ############################## -file (GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h") - tde_add_kpart( kded_tdesvnd AUTOMOC - SOURCES tdesvnd_dcop.cpp ${hdr} + SOURCES tdesvnd_dcop.cpp LINK kio_ksvn kded_tdesvnd svnqt ksvnwidgets tdesvnhelpers tdesvncfgreader tdecore-shared tdeui-shared DCOP-shared kio-shared kwallet-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |