summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-12-16 21:06:26 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-12-16 21:06:26 +0000
commit581a653144d23e0dda289e8991fd5683a490f083 (patch)
tree39a9e6e5107946b315fc8f3cc401c22566f2d910
parentb3e57d72df34210de43ca1bb7a05437c94e0dc71 (diff)
downloadother-581a6531.tar.gz
other-581a6531.zip
[kde-common/cmake] tde_add_library: processing .skel files when they aren't in current directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1207076 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--cmake/modules/TDEMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/TDEMacros.cmake b/cmake/modules/TDEMacros.cmake
index 81388e4..4b7bf48 100644
--- a/cmake/modules/TDEMacros.cmake
+++ b/cmake/modules/TDEMacros.cmake
@@ -288,7 +288,7 @@ macro( __tde_internal_process_sources _sources )
# handle .skel files
elseif( ${_ext} STREQUAL ".skel" )
- kde3_add_dcop_skels( ${_sources} ${_name}.h )
+ kde3_add_dcop_skels( ${_sources} ${_path}/${_name}.h )
# handle .stub files
elseif( ${_ext} STREQUAL ".stub" )