Whamcloud - gitweb
LU-4699 libcfs: unify ERR_PTR definitions
[fs/lustre-release.git] / libcfs / include / libcfs / Makefile.am
index 4025898..cb5ccb2 100644 (file)
@@ -4,11 +4,34 @@ SUBDIRS += darwin
 endif
 DIST_SUBDIRS = linux posix util darwin
 
-EXTRA_DIST = curproc.h libcfs_private.h libcfs.h list.h \
-               user-lock.h user-prim.h user-time.h user-mem.h \
-               user-tcpip.h user-bitops.h bitmap.h user-crypto.h \
-               libcfs_prim.h libcfs_time.h libcfs_hash.h libcfs_cpu.h \
-               libcfs_debug.h libcfsutil.h libcfs_ioctl.h \
-               libcfs_pack.h libcfs_unpack.h libcfs_string.h \
-               libcfs_kernelcomm.h libcfs_workitem.h lucache.h \
-               libcfs_fail.h params_tree.h libcfs_crypto.h libcfs_heap.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_pack.h \
+       libcfs_prim.h \
+       libcfs_private.h \
+       libcfs_string.h \
+       libcfs_time.h \
+       libcfs_unpack.h \
+       libcfs_workitem.h \
+       libcfsutil.h \
+       list.h \
+       lucache.h \
+       params_tree.h \
+       user-bitops.h \
+       user-crypto.h \
+       user-lock.h \
+       user-mem.h \
+       user-prim.h \
+       user-tcpip.h \
+       user-time.h