X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=1819c11fbef11596e3c9651a2d1e73c75f049ba7;hb=1658ae30a0e97e7f4018d8cba67e459078470d1a;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..1819c11 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,9 +1,20 @@ -SUBDIRS := linux -if DARWIN -SUBDIRS += darwin -endif -DIST_SUBDIRS := $(SUBDIRS) +SUBDIRS = linux util +DIST_SUBDIRS = linux util -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 +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 \ + libcfs_ptask.h