Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9946992
)
Branch HEAD
author
robert.read
<robert.read>
Wed, 6 Aug 2008 22:17:37 +0000
(22:17 +0000)
committer
robert.read
<robert.read>
Wed, 6 Aug 2008 22:17:37 +0000
(22:17 +0000)
Fix --disable-liblustre builds.
libcfs/libcfs/autoMakefile.am
patch
|
blob
|
history
diff --git
a/libcfs/libcfs/autoMakefile.am
b/libcfs/libcfs/autoMakefile.am
index
0c47352
..
95ca0b0
100644
(file)
--- a/
libcfs/libcfs/autoMakefile.am
+++ b/
libcfs/libcfs/autoMakefile.am
@@
-45,12
+45,12
@@
noinst_LIBRARIES= libcfs.a
libcfs_a_SOURCES= posix/posix-debug.c user-prim.c user-lock.c user-tcpip.c user-bitops.c user-mem.c
libcfs_a_CPPFLAGS = $(LLCPPFLAGS)
libcfs_a_CFLAGS = $(LLCFLAGS)
+endif
lib_LIBRARIES = libcfsutil.a
libcfsutil_a_SOURCES = nidstrings.c util/parser.c util/parser.h util/platform.h util/l_ioctl.c
libcfsutil_a_CPPFLAGS = $(LLCPPFLAGS)
libcfsutil_a_CFLAGS = $(LLCFLAGS) -DLUSTRE_UTILS=1
-endif
if MODULES