Code

Cmake: Corrections for mistakes
authorverbalshadow <verbalshadow@users.sourceforge.net>
Fri, 9 Jan 2009 03:02:28 +0000 (03:02 +0000)
committerverbalshadow <verbalshadow@users.sourceforge.net>
Fri, 9 Jan 2009 03:02:28 +0000 (03:02 +0000)
src/CMakeLists.txt
src/display/CMakeLists.txt
src/display/canvas-arena.cpp
src/display/sp-canvas.cpp

index 062d4b6b1b5e96e052eab14094320c44e51b148e..e30df661ecfe9d22f889329b74417b54d35bbcf8 100644 (file)
@@ -203,8 +203,8 @@ ${ONLY_WIN}
 )\r
 # All folders for internal inkscape\r
 SET(internalfolders\r
-algorithms\r
-api\r
+#algorithms\r
+#api\r
 application\r
 bind\r
 debug\r
@@ -223,7 +223,7 @@ pedro
 removeoverlap\r
 svg\r
 trace\r
-traits\r
+#traits\r
 ui\r
 util\r
 widgets\r
index a1d61de9479664c976fc6ad5503b64307a5d881a..66fa97462ba4a230e409859eeafec71cd7f0441c 100644 (file)
@@ -54,3 +54,4 @@ sp-ctrlline.cpp
 sp-ctrlquadr.cpp
 #testnr.cpp
 )
+ADD_LIBRARY(display STATIC ${display_SRC})
\ No newline at end of file
index e01958c9fa87a89bb9085f1c63f185b7a61dbc88..7e00a380458ad2910eed2bf64c59219cb25680ab 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <display/display-forward.h>
 #include <display/sp-canvas-util.h>
-#include <helper/sp-marshal.h>
+#include "../helper/sp-marshal.h"
 #include <display/nr-arena.h>
 #include <display/nr-arena-group.h>
 #include <display/canvas-arena.h>
index 2c0b1e99df2d357dc0b49959910ce15cc91f90e9..419b726ca7287cd27a103aa2f6b1d5c9f1f82736 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <gtkmm.h>
 
-#include <helper/sp-marshal.h>
+#include "../helper/sp-marshal.h"
 #include <helper/recthull.h>
 #include <display/sp-canvas.h>
 #include "display-forward.h"