summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 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