summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-06-08 22:57:27 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-06-08 22:57:27 +0000
commitada41f72df45d6f44270d54bc5da6ccb79570ceb (patch)
tree7b5e274f5f0ddb2ae13ef1e980debc30035b1b0c /configure.in
parentf543f25b62892e6eef5e0a733941a1e3480e02e2 (diff)
downloadlibcroco-ada41f72df45d6f44270d54bc5da6ccb79570ceb.tar.gz
synchronize with libcroco--mainline--0.6--patch-28.tla-cvs-synch-06-09-2004-0
2004-06-09 Dodji Seketeli <dodji@gnome.org> synchronize with libcroco--mainline--0.6--patch-28.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index cdda699..0fbc02f 100644
--- a/configure.in
+++ b/configure.in
@@ -101,7 +101,7 @@ PKG_CHECK_MODULES(LIBXML2, [libxml-2.0 >= $LIBXML2_VERSION],
AC_SUBST(LIBXML2_VERSION)
AC_SUBST(CROCO_HAVE_LIBXML2)
-CROCO_LIB=libcroco.la
+CROCO_LIB=libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION.la
AC_SUBST(CROCO_LIB)
@@ -131,8 +131,8 @@ dnl
dnl Define the CROCO_LIBS and CROCO_CFLAGS variables. These will be used
dnl by client application to know where to find croco include files and libs.
dnl
-CROCO_LIBS="-L${libdir} -lcroco"
-CROCO_CFLAGS="-I${includedir}/libcroco"
+CROCO_LIBS="-L${libdir} -lcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
+CROCO_CFLAGS="-I${includedir}/libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
AC_SUBST(LIBXML2_LIBS)
AC_SUBST(LIBXML2_CFLAGS)
@@ -153,6 +153,7 @@ docs/examples/Makefile
tests/Makefile
tests/test-inputs/Makefile
tests/test-output-refs/Makefile
+tests/global-vars.sh
src/Makefile
src/libcroco-config.h
csslint/Makefile