summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
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@