Whamcloud - gitweb
LU-6245 utils: split kernel comm between user and kernel
[fs/lustre-release.git] / libcfs / include / libcfs / Makefile.am
1 SUBDIRS = linux util
2 DIST_SUBDIRS = linux util
3
4 libcfsdir = $(includedir)/libcfs
5
6 if UTILS
7 libcfs_HEADERS = types.h
8 endif
9
10 EXTRA_DIST = \
11         bitmap.h \
12         byteorder.h \
13         curproc.h \
14         err.h \
15         libcfs.h \
16         libcfs_cpu.h \
17         libcfs_crypto.h \
18         libcfs_debug.h \
19         libcfs_fail.h \
20         libcfs_hash.h \
21         libcfs_heap.h \
22         libcfs_ioctl.h \
23         libcfs_prim.h \
24         libcfs_private.h \
25         libcfs_string.h \
26         libcfs_time.h \
27         libcfs_workitem.h \
28         libcfsutil.h \
29         list.h \
30         types.h \
31         user-bitops.h \
32         user-crypto.h \
33         user-mem.h \
34         user-prim.h \
35         user-time.h