summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-03-04 00:41:18 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-03-04 00:41:18 +0000
commit586d0453fb8d672415039b3fef920535e463657e (patch)
tree7a3d8d8795b7b12b877a8cc70d3f452223271478 /csslint
parent4d573434939be5fd0c05c2aaa172c1a75a5f10a4 (diff)
downloadlibcroco-586d0453fb8d672415039b3fef920535e463657e.tar.gz
applied a patch from Kjartan Maraas to replace the g_strup()
2004-03-04 Dodji Seketeli <dodji@gnome.org> * src/cr-enc-handler.c: (cr_enc_handler_resolve_enc_alias): applied a patch from Kjartan Maraas to replace the g_strup() g_ascii_strup(). This closes * csslint/Makefile.am,src/cr-simple-sel.h,src/cr-term.h src/cr-token.h,tests/Makefile.am: Applied patch http://bugzilla.gnome.org/showattachment.cgi?attach_id=23422. Modified the patch a little bit so that I use prog_LDFLAGS instead of AM_LDFLAGS. AM_LDFLAGS just seems not to be supported by my automake-1.4. This fixes http://bugzilla.gnome.org/show_bug.cgi?id=131643 . * tests/test-output-refs/test4.2.css.out: updated this non regresstion test reference output due to a small modification in the @page rule dump format.
Diffstat (limited to 'csslint')
-rw-r--r--csslint/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/csslint/Makefile.am b/csslint/Makefile.am
index da0b081..e301c05 100644
--- a/csslint/Makefile.am
+++ b/csslint/Makefile.am
@@ -11,8 +11,7 @@ INCLUDES=-I$(top_srcdir)/intl \
@GLIB2_CFLAGS@ \
@LIBXML2_CFLAGS@
+csslint_LDFLAGS=@GLIB2_LIBS@ @LIBXML2_LIBS@
AM_CFLAGS=$(INCLUDES)
-LDFLAGS=@GLIB2_LIBS@ @LIBXML2_LIBS@
-
EXTRA_DIST = $(man_MANS)