X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=67bb4957312b23e7e6e4edec48f2700726e726ab;hb=d39408943a56f452d68b3c8b170ee4ce10e416fa;hp=472d0ae50268d875fd4f2d3fca0c330fa302be7e;hpb=e1b3d71a27c166bebd26ab33f7299c41bd75dab5;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index 472d0ae..67bb495 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,9 +1,40 @@ -SUBDIRS := linux -if DARWIN -SUBDIRS += darwin +SUBDIRS = linux util +DIST_SUBDIRS = linux util + +libcfsdir = $(includedir)/libcfs + +if UTILS +libcfs_HEADERS = types.h endif -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 user-bitops.h bitmap.h +EXTRA_DIST = \ + bitmap.h \ + byteorder.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