summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-11 00:43:06 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-11 00:43:06 +0000
commit939b04440588811063f8021ccadcf429c75151fd (patch)
tree8f614e20c43b41de206c71e9c47d6f1265f552b5 /config.h.cmake
parentmake delete-preserving-shape the default used by the toolbar delete button (diff)
downloadinkscape-939b04440588811063f8021ccadcf429c75151fd.tar.gz
inkscape-939b04440588811063f8021ccadcf429c75151fd.zip
Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling issue with dependency.cpp
(bzr r5406)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 5ca64d769..8c888726b 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -205,7 +205,7 @@
#define INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share"
/* Base library directory -- only path-prefix.h should use it! */
-#cmakedefine INKSCAPE_LIBDIR
+#define INKSCAPE_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */