kdesupport/soprano/includes
Rafael Fernández López
ereslibre at kde.org
Thu Oct 4 23:56:51 BST 2007
SVN commit 721301 by ereslibre:
Hey guys... I needed kdesupport to be installed correctly... too many time failing. The problem is that on the include folder a file named Soprano for including in code
was being installed, and all this stuff was trying to create a folder Soprano and install everything there. I changed the capitalization of the folder, so it is
include/soprano instead of include/Soprano
CCMAIL: kde-core-devel at kde.org
M +1 -1 CMakeLists.txt
M +1 -1 Client/CMakeLists.txt
M +1 -1 Error/CMakeLists.txt
M +1 -1 Index/CMakeLists.txt
M +1 -1 Inference/CMakeLists.txt
M +1 -1 Query/CMakeLists.txt
M +1 -1 Server/CMakeLists.txt
M +1 -1 Vocabulary/CMakeLists.txt
--- trunk/kdesupport/soprano/includes/CMakeLists.txt #721300:721301
@@ -31,7 +31,7 @@
DummyModel
Global
DESTINATION
- include/Soprano)
+ include/soprano)
add_subdirectory(Error)
add_subdirectory(Server)
--- trunk/kdesupport/soprano/includes/Client/CMakeLists.txt #721300:721301
@@ -3,4 +3,4 @@
DBusClient
DBusModel
DESTINATION
- include/Soprano/Client)
+ include/soprano/Client)
--- trunk/kdesupport/soprano/includes/Error/CMakeLists.txt #721300:721301
@@ -5,4 +5,4 @@
Locator
ErrorCache
DESTINATION
- include/Soprano/Error)
+ include/soprano/Error)
--- trunk/kdesupport/soprano/includes/Index/CMakeLists.txt #721300:721301
@@ -3,4 +3,4 @@
IndexFilterModel
QueryHit
DESTINATION
- include/Soprano/Index)
+ include/soprano/Index)
--- trunk/kdesupport/soprano/includes/Inference/CMakeLists.txt #721300:721301
@@ -7,4 +7,4 @@
RuleParser
StandardRuleSet
DESTINATION
- include/Soprano/Inference)
+ include/soprano/Inference)
--- trunk/kdesupport/soprano/includes/Query/CMakeLists.txt #721300:721301
@@ -4,4 +4,4 @@
Serializer
QueryLanguage
DESTINATION
- include/Soprano/Query)
+ include/soprano/Query)
--- trunk/kdesupport/soprano/includes/Server/CMakeLists.txt #721300:721301
@@ -1,4 +1,4 @@
install(FILES
ServerCore
DESTINATION
- include/Soprano/Server)
+ include/soprano/Server)
--- trunk/kdesupport/soprano/includes/Vocabulary/CMakeLists.txt #721300:721301
@@ -6,4 +6,4 @@
NRL
NAO
DESTINATION
- include/Soprano/Vocabulary)
+ include/soprano/Vocabulary)
More information about the kde-core-devel
mailing list