From e00bdf7bbba2c11196b5c7bc80b09e346c023d43 Mon Sep 17 00:00:00 2001 From: liangzhen Date: Thu, 23 Feb 2006 10:04:44 +0000 Subject: [PATCH] Resolve building problem of tests (fix from b_release_1_4_6) --- lustre/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index f124768..982a6d8 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -1,5 +1,5 @@ # Lustre test Makefile -AM_CPPFLAGS = $(LLCPPFLAGS) -I/opt/lam/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 +AM_CPPFLAGS = $(LLCPPFLAGS) -I/opt/lam/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS AM_CFLAGS = $(LLCFLAGS) # LDADD = -lldap # LDADD := -lreadline -ltermcap # -lefence -- 1.8.3.1