X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=2244baa3a0751ee2f38ac7e3f53b2d4105d619ce;hb=01def2b635ff0b7bacde158d9124334c42cd5d2b;hp=733fe3edb036b6d525b7faca840b2369876c0e52;hpb=e903932500fc08b143467ce5a1c2702df35d8f0f;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index 733fe3e..2244baa 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,9 +1,39 @@ -SUBDIRS := linux -if DARWIN -SUBDIRS += darwin +SUBDIRS = linux posix util +DIST_SUBDIRS = linux posix util + +libcfsdir = $(includedir)/libcfs + +if UTILS +libcfs_HEADERS = types.h endif -DIST_SUBDIRS := $(SUBDIRS) -EXTRA_DIST := curproc.h libcfs_private.h libcfs.h list.h lltrace.h \ - portals_utils.h types.h user-lock.h user-prim.h user-time.h \ - user-tcpip.h user-bitops.h bitmap.h +EXTRA_DIST = \ + bitmap.h \ + curproc.h \ + err.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_kernelcomm.h \ + libcfs_prim.h \ + libcfs_private.h \ + libcfs_string.h \ + libcfs_time.h \ + libcfs_workitem.h \ + libcfsutil.h \ + list.h \ + lucache.h \ + params_tree.h \ + types.h \ + user-bitops.h \ + user-crypto.h \ + user-lock.h \ + user-mem.h \ + user-prim.h \ + user-tcpip.h \ + user-time.h