From 51eda54f7c9a5bcacf945851c1cc36601eee041a Mon Sep 17 00:00:00 2001 From: shadow Date: Thu, 29 Nov 2007 14:13:28 +0000 Subject: [PATCH] fix make rpms --- lnet/include/libcfs/Makefile.am | 2 +- lnet/libcfs/autoMakefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/include/libcfs/Makefile.am b/lnet/include/libcfs/Makefile.am index f62d2c77..472d0ae 100644 --- a/lnet/include/libcfs/Makefile.am +++ b/lnet/include/libcfs/Makefile.am @@ -6,4 +6,4 @@ DIST_SUBDIRS := $(SUBDIRS) EXTRA_DIST := curproc.h kp30.h libcfs.h list.h lltrace.h \ portals_utils.h types.h user-lock.h user-prim.h user-time.h \ - user-tcpip.h bitmap.h + user-tcpip.h user-bitops.h bitmap.h diff --git a/lnet/libcfs/autoMakefile.am b/lnet/libcfs/autoMakefile.am index b20cd33..e70e5ce 100644 --- a/lnet/libcfs/autoMakefile.am +++ b/lnet/libcfs/autoMakefile.am @@ -50,4 +50,4 @@ EXTRA_DIST := Info.plist MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ linux-*.c linux/*.o darwin/*.o libcfs DIST_SOURCES := $(libcfs-all-objs:%.o=%.c) tracefile.h user-prim.c \ - user-lock.c user-tcpip.c + user-lock.c user-tcpip.c user-bitops.c -- 1.8.3.1