[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/khexedit
From:       Laurent Montel <montel () kde ! org>
Date:       2007-10-08 11:14:28
Message-ID: 1191842068.838134.22049.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 722983 by mlaurent:

Make it relative
Remove configure.in.in it's not necessary now


 D             configure.in.in  
 M  +2 -2      gui/CMakeLists.txt  
 M  +3 -3      parts/kbytesedit/CMakeLists.txt  
 M  +3 -3      parts/kpart/CMakeLists.txt  


--- trunk/KDE/kdeutils/khexedit/gui/CMakeLists.txt #722982:722983
@@ -1,6 +1,6 @@
 include_directories(
-  ${CMAKE_SOURCE_DIR}/khexedit/core
-  ${CMAKE_SOURCE_DIR}/khexedit/gui/libkcolumnsview
+  ../core
+  ../gui/libkcolumnsview
 )
 
 set( libcontroller_SRCS
--- trunk/KDE/kdeutils/khexedit/parts/kbytesedit/CMakeLists.txt #722982:722983
@@ -1,9 +1,9 @@
 add_subdirectory( tests )
 
 include_directories(
-  ${CMAKE_SOURCE_DIR}/khexedit/core
-  ${CMAKE_SOURCE_DIR}/khexedit/gui/libkcolumnsview
-  ${CMAKE_SOURCE_DIR}/khexedit/gui
+  ../../core
+  ../../gui/libkcolumnsview
+  ../../gui
 )
 
 set( kbytearrayedit_PART_SRCS
--- trunk/KDE/kdeutils/khexedit/parts/kpart/CMakeLists.txt #722982:722983
@@ -1,8 +1,8 @@
 
 include_directories(
-  ${CMAKE_SOURCE_DIR}/khexedit/core
-  ${CMAKE_SOURCE_DIR}/khexedit/gui/libkcolumnsview
-  ${CMAKE_SOURCE_DIR}/khexedit/gui
+  ../../core
+  ../../gui/libkcolumnsview
+  ../../gui
 )
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic