From 5eac7bab69c4cdd6da7dab7ac993945b9dde6a3d Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Sun, 3 Dec 2006 06:43:22 +0000 Subject: [PATCH] add main as an include path for strutil.c, should have done this on 2006-02-26 --- ChangeLog | 3 +++ misc/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fab7806f..dedbba91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * texmap/tmapppro.S: fix assemble error for gas (fix bug #2312) + * misc/Makefile.am: add main as an include path for strutil.c, + should have done this on 2006-02-26 + 2006-12-02 Chris Taylor * texmap/scanline.c: divide negative light rates of change diff --git a/misc/Makefile.am b/misc/Makefile.am index 15461bf3..33f7185a 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,5 +1,5 @@ noinst_LIBRARIES = libmisc.a -INCLUDES = -I $(top_srcdir)/include +INCLUDES = -I $(top_srcdir)/include -I $(top_srcdir)/main if USE_LIBPNG PNG_SRCS = pngfile.c -- 2.39.2