Whamcloud - gitweb
add the now-required -DLUSTRE_UTILS=1 to the Lustre build as well
authorphil <phil>
Fri, 20 May 2005 22:39:47 +0000 (22:39 +0000)
committerphil <phil>
Fri, 20 May 2005 22:39:47 +0000 (22:39 +0000)
lustre/utils/Makefile.am

index a8ac18f..20c1542 100644 (file)
@@ -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