summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 04:54:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 04:54:43 +0000
commitb925432fbffcf0c395278da95672cd09e63da9a7 (patch)
tree37979a68a166df430b30c619370b2a4f0550c4c9
parenta2cec0b4985f6e84f40e41d29876ab9a693a3576 (diff)
downloadother-b925432fbffcf0c395278da95672cd09e63da9a7.tar.gz
other-b925432fbffcf0c395278da95672cd09e63da9a7.zip
Fix FTBFS under CMake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1248418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--cmake/modules/TDEMacros.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modules/TDEMacros.cmake b/cmake/modules/TDEMacros.cmake
index 0389966..1152cf6 100644
--- a/cmake/modules/TDEMacros.cmake
+++ b/cmake/modules/TDEMacros.cmake
@@ -345,15 +345,15 @@ macro( __tde_internal_process_sources _sources )
# handle .skel files
elseif( ${_ext} STREQUAL ".skel" )
- trinity_add_dcop_skels( ${_sources} ${_path}/${_name}.h )
+ kde3_add_dcop_skels( ${_sources} ${_path}/${_name}.h )
# handle .stub files
elseif( ${_ext} STREQUAL ".stub" )
- trinity_add_dcop_stubs( ${_sources} ${_path}/${_name}.h )
+ kde3_add_dcop_stubs( ${_sources} ${_path}/${_name}.h )
# handle .kcfgc files
elseif( ${_ext} STREQUAL ".kcfgc" )
- trinity_add_kcfg_files( ${_sources} ${_arg} )
+ kde3_add_kcfg_files( ${_sources} ${_arg} )
# handle any other files
else( ${_ext} STREQUAL ".ui" )