X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=7164dbb4969776e1d0aef2ae660c911c460d0041;hb=a32ce8f50ecafa4fd44732023cc1d45f57cd56bd;hp=d0741513096fa94a3bf078a9e19d1c091bb51860;hpb=4c3c97ffdc68525d3096d0638ce28dbd7e91ab5f;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index d074151..7164dbb 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,13 +1,19 @@ -SUBDIRS := linux posix util -if DARWIN -SUBDIRS += darwin -endif -DIST_SUBDIRS := linux posix util darwin +SUBDIRS = linux util +DIST_SUBDIRS = linux util -EXTRA_DIST := curproc.h libcfs_private.h libcfs.h list.h lltrace.h \ - user-lock.h user-prim.h user-time.h user-mem.h \ - user-tcpip.h user-bitops.h bitmap.h \ - libcfs_prim.h libcfs_time.h libcfs_hash.h \ - libcfs_debug.h libcfsutil.h libcfs_ioctl.h \ - libcfs_pack.h libcfs_unpack.h libcfs_string.h \ - libcfs_kernelcomm.h libcfs_workitem.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_heap.h \ + libcfs_prim.h \ + libcfs_private.h \ + libcfs_string.h \ + libcfs_workitem.h