X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=1ba83eab493f760603d673f291382dbefe3ddd22;hb=eca949bf83dfec5be33dc6230f55823376aef65a;hp=89054ee518311af028d2c747ca1fd57bf2b1e98f;hpb=84a3fd67356c8073a917ea6abd63928055e38156;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index 89054ee..1ba83ea 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,14 +1,22 @@ -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_cpu.h \ - libcfs_debug.h libcfsutil.h libcfs_ioctl.h \ - libcfs_pack.h libcfs_unpack.h libcfs_string.h \ - libcfs_kernelcomm.h libcfs_workitem.h lucache.h \ - libcfs_fail.h params_tree.h libcfs_crypto.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_ioctl.h \ + libcfs_prim.h \ + libcfs_private.h \ + libcfs_string.h \ + libcfs_time.h \ + libcfs_workitem.h \ + libcfs_ptask.h