Whamcloud - gitweb
LU-1905 build: Always create libcfs.a
[fs/lustre-release.git] / libcfs / libcfs / autoMakefile.am
index 0e7819c..b7a41eb 100644 (file)
@@ -42,7 +42,6 @@ SUBDIRS += darwin
 endif
 DIST_SUBDIRS = linux util posix darwin
 
-if LIBLUSTRE
 noinst_LIBRARIES= libcfs.a
 libcfs_a_SOURCES= posix/posix-debug.c user-prim.c user-lock.c user-tcpip.c  \
                  prng.c user-bitops.c user-mem.c hash.c kernel_user_comm.c \
@@ -56,7 +55,6 @@ endif
 
 libcfs_a_CPPFLAGS = $(LLCPPFLAGS)
 libcfs_a_CFLAGS = $(LLCFLAGS)
-endif
 
 lib_LIBRARIES = libcfsutil.a
 libcfsutil_a_SOURCES = nidstrings.c libcfs_string.c util/parser.c      \