summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-01 18:56:13 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-01 18:56:13 +0000
commitb3a178051bb3f7186613e65645749f4febfd6671 (patch)
tree1020fc542c39619aa8d69e018006e15b70142ae1 /tests
parent3cd462c0d0f564f2b4ef44f4cece0dedd4c34221 (diff)
downloadlibcroco-b3a178051bb3f7186613e65645749f4febfd6671.tar.gz
tests/Makefile.am tests/Makefile.in :
some minor bug fix to correctly handle the libs and include paths. docs/usage.txt docs/examples/cssom-example.c : Added these files for documentation purpose.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 20fa73c..3a5f217 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,4 +14,4 @@ INCLUDES=-I$(top_srcdir)/intl \
`pkg-config --cflags glib-2.0`
LDFLAGS=`pkg-config --libs glib-2.0` @LIBXML2_LIBS@
-AM_CFLAGS=-Wall -I. \ No newline at end of file
+AM_CFLAGS=-Wall -I. @LIBXML2_CFLAGS@ \ No newline at end of file
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 72c68b6..d474d92 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -106,7 +106,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/src `pkg-config --cflags glib-
LDFLAGS = `pkg-config --libs glib-2.0` @LIBXML2_LIBS@
-AM_CFLAGS = -Wall -I.
+AM_CFLAGS = -Wall -I. @LIBXML2_CFLAGS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../libcroco-config.h
CONFIG_CLEAN_FILES =