X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=1e65107b2da0b8aa1c65febfeee8a003f4e63ebc;hb=031c087f3847777c0099cbfae13f0b6fee54452b;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..1e65107 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,9 +1,19 @@ -SUBDIRS := linux -if DARWIN -SUBDIRS += darwin -endif -DIST_SUBDIRS := $(SUBDIRS) +SUBDIRS = linux util +DIST_SUBDIRS = linux util +SUBDIRS += crypto +DIST_SUBDIRS += crypto -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 +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_private.h \ + libcfs_string.h \ + libcfs_workitem.h