From 48eaf5652ceed55139598998083ee7c3d205ac0e Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 9 Apr 2002 21:57:53 +0000 Subject: [PATCH] Use "$(PORTALS)" and "$(top_srcdir)" instead of ".." so that we can build in a different directory from the source tree (for UML and kernel builds). --- lustre/tests/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index dcd1b6d..cbd8e10 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -1,6 +1,5 @@ -CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../include -Wall -D_LARGEFILE64_SOURCE -KFLAGS:= -CPPFLAGS := +DEFS:= +CPPFLAGS := -g -I. -I$(PORTALS)/include -I$(top_srcdir)/include -Wall -D_LARGEFILE64_SOURCE # LDADD := -lreadline -ltermcap # -lefence bin_PROGRAMS = openunlink testreq truncate -- 1.8.3.1