X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2FMakefile.am;h=67bb4957312b23e7e6e4edec48f2700726e726ab;hb=336f628d5ea17cb0afe26cd966e333e40755b38b;hp=407efe101700397a078902996ee722c7c79ebfe4;hpb=d3e3c5777dd6929d43c2c9028aab1079d8b2406c;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/Makefile.am b/libcfs/include/libcfs/Makefile.am index 407efe1..67bb495 100644 --- a/libcfs/include/libcfs/Makefile.am +++ b/libcfs/include/libcfs/Makefile.am @@ -1,8 +1,5 @@ -SUBDIRS = linux posix util -if DARWIN -SUBDIRS += darwin -endif -DIST_SUBDIRS = linux posix util darwin +SUBDIRS = linux util +DIST_SUBDIRS = linux util libcfsdir = $(includedir)/libcfs @@ -12,6 +9,7 @@ endif EXTRA_DIST = \ bitmap.h \ + byteorder.h \ curproc.h \ err.h \ libcfs.h \ @@ -23,12 +21,10 @@ EXTRA_DIST = \ libcfs_heap.h \ libcfs_ioctl.h \ libcfs_kernelcomm.h \ - libcfs_pack.h \ libcfs_prim.h \ libcfs_private.h \ libcfs_string.h \ libcfs_time.h \ - libcfs_unpack.h \ libcfs_workitem.h \ libcfsutil.h \ list.h \