summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-12-11 21:34:39 +0100
committerChristian Persch <chpe@gnome.org>2011-12-11 22:18:54 +0100
commit6637c802c0a4c685a4e1866c9f7b033c2dd78979 (patch)
tree49922f0a3aa036411e1e8a4f0fea0f459318e260 /csslint
parentfb4164470b49e80f5419ec8188b64d23221ea222 (diff)
downloadlibcroco-6637c802c0a4c685a4e1866c9f7b033c2dd78979.tar.gz
Modernise and simplify configure
Diffstat (limited to 'csslint')
-rw-r--r--csslint/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/csslint/Makefile.am b/csslint/Makefile.am
index a458bcc..8209537 100644
--- a/csslint/Makefile.am
+++ b/csslint/Makefile.am
@@ -9,10 +9,9 @@ LDADD=$(croco_lib)
INCLUDES=-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
- @GLIB2_CFLAGS@ \
- @LIBXML2_CFLAGS@
+ $(CROCO_CFLAGS)
-csslint_0_6_LDFLAGS=@GLIB2_LIBS@ @LIBXML2_LIBS@
+csslint_0_6_LDFLAGS=$(CROCO_LIBS)
AM_CFLAGS=$(INCLUDES)
#EXTRA_DIST = $(man_MANS)