summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-05-20 20:03:34 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-05-20 20:03:34 +0000
commitcf0f243f7e99156489019360c062a08d824aed22 (patch)
tree8e9ef02d08646e3720c4a78bf2a8ff69ad2abd34 /csslint
parentf1f4a02b4c33ad19773c3152c9408e2dadcd31d1 (diff)
downloadlibcroco-cf0f243f7e99156489019360c062a08d824aed22.tar.gz
went forward in the cascading support. I still have a long way to go.
Dodji.
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)