blob: a3773ab1e178910f98e22b6cfc189b2596bff4a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2004/01/04 18:00:28 xtraeme Exp $
--- csslint/Makefile.in.orig 2004-01-04 18:54:46.000000000 +0100
+++ csslint/Makefile.in 2004-01-04 18:54:59.000000000 +0100
@@ -125,7 +125,7 @@
@HAVE_LAYENG_TRUE@croco_layeng_lib = $(top_builddir)/src/layeng/@CROCO_LAYENG_LIB@
@HAVE_LAYENG_TRUE@croco_layeng_cflags = -I$(top_srcdir)/src/layeng @LIBGNOMEUI2_CFLAGS@
-LDADD = $(croco_layeng_lib) $(croco_seleng_lib) $(croco_parser_lib)
+LDADD = @LDFLAGS@ $(croco_layeng_lib) $(croco_seleng_lib) $(croco_parser_lib)
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/src -I$(top_srcdir)/src/parser @GLIB2_CFLAGS@ $(croco_seleng_cflags) $(croco_layeng_cflags)
|