summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
Diffstat (limited to 'csslint')
-rw-r--r--csslint/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/csslint/Makefile.am b/csslint/Makefile.am
index c55f84d..6931cce 100644
--- a/csslint/Makefile.am
+++ b/csslint/Makefile.am
@@ -13,7 +13,7 @@ if HAVE_LAYENG
croco_layeng_lib=$(top_builddir)/src/layeng/@CROCO_LAYENG_LIB@
endif
-LDADD=@GLIB2_LIBS@ $(croco_parser_lib) $(croco_seleng_lib) $(croco_layeng_lib)
+LDADD=$(croco_layeng_lib) $(croco_seleng_lib) $(croco_parser_lib)
INCLUDES=-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
@@ -24,5 +24,6 @@ INCLUDES=-I$(top_srcdir)/intl \
AM_CFLAGS=$(INCLUDES)
+LDFLAGS=@GLIB2_LIBS@
EXTRA_DIST = $(man_MANS)