Whamcloud - gitweb
LU-56 libcfs: implementation of cpu partition
[fs/lustre-release.git] / libcfs / libcfs / autoMakefile.am
index dbbc1fb..2b41949 100644 (file)
@@ -44,7 +44,7 @@ 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 \
-                  workitem.c fail.c
+                 workitem.c fail.c libcfs_cpu.c
 libcfs_a_CPPFLAGS = $(LLCPPFLAGS)
 libcfs_a_CFLAGS = $(LLCFLAGS)
 endif
@@ -88,5 +88,6 @@ install-data-hook: $(install_data_hook)
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ linux-*.c linux/*.o darwin/*.o libcfs
 EXTRA_DIST := $(libcfs-all-objs:%.o=%.c) Info.plist tracefile.h prng.c \
-      user-lock.c user-tcpip.c user-bitops.c user-prim.c workitem.c \
-      user-mem.c kernel_user_comm.c fail.c linux/linux-tracefile.h
+             user-lock.c user-tcpip.c user-bitops.c user-prim.c workitem.c \
+             user-mem.c kernel_user_comm.c fail.c libcfs_cpu.c \
+             linux/linux-tracefile.h