X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=libcfs%2Flibcfs%2FautoMakefile.am;h=3b143e7771dda38dedcb16b00095d9a80b9b1e06;hp=7ce8133fbd38dada31878d7f39fb6830126ebdf4;hb=9fe4b52ad2ffadf125d9b5c78bb2ff9a01725707;hpb=921fa0f21c1722e127fd072089ee35ddb0135653 diff --git a/libcfs/libcfs/autoMakefile.am b/libcfs/libcfs/autoMakefile.am index 7ce8133..3b143e7 100644 --- a/libcfs/libcfs/autoMakefile.am +++ b/libcfs/libcfs/autoMakefile.am @@ -44,7 +44,8 @@ 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 libcfs_cpu.c libcfs_mem.c libcfs_lock.c + workitem.c fail.c libcfs_cpu.c libcfs_mem.c libcfs_lock.c \ + posix/rbtree.c libcfs_a_CPPFLAGS = $(LLCPPFLAGS) libcfs_a_CFLAGS = $(LLCFLAGS) endif @@ -70,7 +71,7 @@ nodist_libcfs_SOURCES := darwin/darwin-sync.c darwin/darwin-mem.c \ darwin/darwin-debug.c darwin/darwin-proc.c \ darwin/darwin-tracefile.c darwin/darwin-module.c \ posix/posix-debug.c module.c tracefile.c nidstrings.c watchdog.c \ - kernel_user_comm.c hash.c + kernel_user_comm.c hash.c posix/rbtree.c libcfs_CFLAGS := $(EXTRA_KCFLAGS) libcfs_LDFLAGS := $(EXTRA_KLDFLAGS)