Skip to content
Snippets Groups Projects
Commit 46c34c3c authored by Robert Read's avatar Robert Read
Browse files

Branch HEAD

Fix --disable-liblustre builds.
parent 99469929
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment