From aca8703a05c5430dd63b718e940f5b2de8ff4ad2 Mon Sep 17 00:00:00 2001 From: pschwan Date: Tue, 30 Apr 2002 17:15:23 +0000 Subject: [PATCH] Fixup CFLAGS for building userspace test apps --- lustre/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 3fbd2e0..16335a7 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -1,5 +1,6 @@ DEFS:= -CPPFLAGS := -g -I. -I$(PORTALS)/include -I$(top_srcdir)/include -Wall -D_LARGEFILE64_SOURCE +CPPFLAGS := -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE +CFLAGS := -g -Wall # LDADD = -lldap # LDADD := -lreadline -ltermcap # -lefence bin_PROGRAMS = openunlink testreq truncate #ldaptest -- 1.8.3.1