From 79c1c75ff84c978f2b6487bb9876586d02e3eb76 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 13 Mar 2002 17:59:13 +0000 Subject: [PATCH] - Makefile.am fixes to allow building in objdirs --- lustre/utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 7fee346..2eb2a81 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,6 +1,7 @@ DEFS:= -CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include -I/usr/lib/glib/include -I../include -Wall +CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include \ +-I/usr/lib/glib/include -I$(srcdir)/../include -Wall KFLAGS:= CPPFLAGS := LDADD := -lreadline -ltermcap # -lefence -- 1.8.3.1