diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-04-11 00:43:06 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-04-11 00:43:06 +0000 |
| commit | 939b04440588811063f8021ccadcf429c75151fd (patch) | |
| tree | 8f614e20c43b41de206c71e9c47d6f1265f552b5 /config.h.cmake | |
| parent | make delete-preserving-shape the default used by the toolbar delete button (diff) | |
| download | inkscape-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.cmake | 2 |
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. */ |
