summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
commitc54d0948db7f30fd06b97d146dc1e4db6be13c40 (patch)
tree67d182c485094d8ff7d93f38d88ca8b40de1aafb /csslint
parent17114030e0e37f93682c903dd818da1f0e2e6f6b (diff)
downloadlibcroco-c54d0948db7f30fd06b97d146dc1e4db6be13c40.tar.gz
a big tree cleanup to organised the sources component-wise.
Dodji.
Diffstat (limited to 'csslint')
-rw-r--r--csslint/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/csslint/Makefile.am b/csslint/Makefile.am
index 6c16114..df5ac7d 100644
--- a/csslint/Makefile.am
+++ b/csslint/Makefile.am
@@ -3,10 +3,13 @@ man_MANS = csslint.1
csslint_SOURCES = csslint.c
-LDADD=$(top_srcdir)/src/libcroco.la
+LDADD=$(top_srcdir)/src/parser/libcroco.la
INCLUDES=-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/parser \
+ -I$(top_srcdir)/src/seleng \
+ -I$(top_srcdir)/src/layeng \
`pkg-config --cflags glib-2.0`
LDFLAGS=`pkg-config --libs glib-2.0` @LIBXML2_LIBS@