summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-26 18:38:19 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-26 18:38:19 +0000
commitd70ed384bcd09752686cae7175a42d263dbc8026 (patch)
tree8849a2779bea590a4a49d7567e50f10357a6e654 /csslint
parentb90bc24a0646bbc8163b66bc5231dc787a61ccae (diff)
downloadlibcroco-d70ed384bcd09752686cae7175a42d263dbc8026.tar.gz
*configure.in: made sure to include the libgnomeui clflags and
libsflags to croco libs and croco cflags when the layeng is turned on. *csslint/Makefile.am: made sure to use the CROCO_LIBS and CROCO_CLFAGS variables. *src/libcroco.h: added the cr-box-view.h include file *src/layeng/cr-box-view.c: started to write a draw_box() function that will draw the box tree on the screen. *src/layeng/cr-lay-eng.c: removed the adjust_edges_on_inner_edge () function. *tests/Makefile.am: made sure to include libgnomeui clfags and libs when layeng is turned on. *tests/test7-main.c: made started to include a cr-box-view.c test.
Diffstat (limited to 'csslint')
-rw-r--r--csslint/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/csslint/Makefile.am b/csslint/Makefile.am
index df5ac7d..d122ff1 100644
--- a/csslint/Makefile.am
+++ b/csslint/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES=-I$(top_srcdir)/intl \
-I$(top_srcdir)/src/layeng \
`pkg-config --cflags glib-2.0`
-LDFLAGS=`pkg-config --libs glib-2.0` @LIBXML2_LIBS@
-AM_CFLAGS=-Wall -I. @LIBXML2_CFLAGS@
+LDFLAGS=@CROCO_LIBS@
+AM_CFLAGS=-Wall -I. @CROCO_CFLAGS@
EXTRA_DIST = $(man_MANS)