summaryrefslogtreecommitdiffstats
path: root/src/libcroco
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-03-30 18:24:50 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-03-30 18:24:50 +0000
commit2277381d372f969663717b041e8906d0b006bc03 (patch)
tree05d79fcc6315002761cfb3d771e42db786975970 /src/libcroco
parentupdate mingwenv.bat to include cmake and pkgconfig path. (diff)
downloadinkscape-2277381d372f969663717b041e8906d0b006bc03.tar.gz
inkscape-2277381d372f969663717b041e8906d0b006bc03.zip
Adjustments to the lib directory Cmake files
(bzr r5250)
Diffstat (limited to 'src/libcroco')
-rw-r--r--src/libcroco/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt
index 523855255..8d2d54a22 100644
--- a/src/libcroco/CMakeLists.txt
+++ b/src/libcroco/CMakeLists.txt
@@ -56,4 +56,4 @@ cr-utils.c
cr-utils.h
libcroco.h
)
-ADD_LIBRARY(inklibcroco STATIC ${libcroco_SRC}) \ No newline at end of file
+ADD_LIBRARY(croco STATIC ${libcroco_SRC})