16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
$NetBSD: patch-ab,v 1.2 2006/04/04 16:53:59 jlam Exp $
|
|
|
|
--- src/Makefile.in.orig 1999-11-05 16:07:54.000000000 -0500
|
|
+++ src/Makefile.in
|
|
@@ -109,8 +109,8 @@ YFLAGS = -d
|
|
|
|
# Variables controlling compilation of the generated C-code
|
|
SCC = $(CC)
|
|
-SCFLAGS = $(CFLAGS)
|
|
-SLDFLAGS = $(LDFLAGS)
|
|
+SCFLAGS = $(CFLAGS) -I$(includedir)
|
|
+SLDFLAGS = -L$(libdir) $(LDFLAGS)
|
|
SLIBS = $(LIBS)
|
|
|
|
INCLUDES = -I$(top_srcdir)
|