From: phil Date: Fri, 20 May 2005 22:39:47 +0000 (+0000) Subject: add the now-required -DLUSTRE_UTILS=1 to the Lustre build as well X-Git-Tag: v1_7_100~1^25~8^2~108 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b66e3e9a96274181eb734a2d358befdc5b1b3127;p=fs%2Flustre-release.git add the now-required -DLUSTRE_UTILS=1 to the Lustre build as well --- 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