X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=1e65107b2da0b8aa1c65febfeee8a003f4e63ebc;hb=f18c87cb5362496a4baadaa14265471c992ca06a;hp=207e7f63441869bf99c3f4fa5a53b257a57d2f1b;hpb=421d7a675265d697a1a9308aa9dac8030eab497a;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index 207e7f6..1e65107 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,11 +1,19 @@ -SUBDIRS := linux posix util -if DARWIN -SUBDIRS += darwin -endif -DIST_SUBDIRS := $(SUBDIRS) +SUBDIRS = linux util +DIST_SUBDIRS = linux util +SUBDIRS += crypto +DIST_SUBDIRS += crypto -EXTRA_DIST := curproc.h libcfs_private.h libcfs.h list.h lltrace.h \ - portals_utils.h user-lock.h user-prim.h user-time.h \ - user-tcpip.h user-bitops.h bitmap.h user-mem.h\ - libcfs_prim.h libcfs_private.h libcfs_hash.h libcfs_time.h \ - libcfs_debug.h libcfsutil.h libcfs_ioctl.h +libcfsdir = $(includedir)/libcfs + +EXTRA_DIST = \ + bitmap.h \ + curproc.h \ + libcfs.h \ + libcfs_cpu.h \ + libcfs_crypto.h \ + libcfs_debug.h \ + libcfs_fail.h \ + libcfs_hash.h \ + libcfs_private.h \ + libcfs_string.h \ + libcfs_workitem.h