summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-02-27 20:23:02 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-02-27 20:23:02 +0000
commitf8f5b9ad64ed3be93deb1e9e2124e0da354497e0 (patch)
tree1c92f100bf1db793b99811ac6511ac7a1217ce51 /src/Makefile.am
parent3b551f97e3baccacfbefa0a541b2554b384c493e (diff)
downloadlibcroco-f8f5b9ad64ed3be93deb1e9e2124e0da354497e0.tar.gz
went a bit forward in attribute additional selector evaluation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3d6fc3d..859fa52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,6 +28,6 @@ libcroco_la_SOURCES= \
cr-sel-eng.c \
*.h
-INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/intl `pkg-config --cflags glib-2.0` `pkg-config --cflags libxml-2.0` @LIBXM2_CFLAGS@
+INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/intl `pkg-config --cflags glib-2.0` `pkg-config --cflags libxml-2.0` @LIBXML2_CFLAGS@
libcroco_la_LDFLAGS=-version-info @LIBCROCO_VERSION_INFO@ @LIBXML2_FLAGS@
AM_CFLAGS=-Wall \ No newline at end of file