From b66e3e9a96274181eb734a2d358befdc5b1b3127 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 20 May 2005 22:39:47 +0000 Subject: [PATCH] add the now-required -DLUSTRE_UTILS=1 to the Lustre build as well --- lustre/utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index a8ac18f..20c1542 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = Lustre AM_CFLAGS=$(LLCFLAGS) -AM_CPPFLAGS=$(LLCPPFLAGS) +AM_CPPFLAGS=$(LLCPPFLAGS) -DLUSTRE_UTILS=1 LIBPTLCTL := $(top_builddir)/portals/utils/libptlctl.a -- 1.8.3.1