From f42b726174dc552b20f576fadf124c6f1fac8fdc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Jan 2001 14:17:28 +0000 Subject: 2001-01-24 Ralf Corsepius * configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support. --- c/src/exec/posix/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/exec/posix/src/Makefile.am') diff --git a/c/src/exec/posix/src/Makefile.am b/c/src/exec/posix/src/Makefile.am index 76495d63ee..3df5b47f38 100644 --- a/c/src/exec/posix/src/Makefile.am +++ b/c/src/exec/posix/src/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 +INCLUDES += -I. + # following are semi-implemented and untested UNUSED_C_FILES = devctl.c intr.c -- cgit v1.2.3