repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zed: Fix mpath autoreplace on Centos 7
[zfs.git]
/
include
/
Makefile.am
blob
4da43afd850d3a7fc5f0e11ac75c31bf6e25c4bf
1
SUBDIRS = sys os
2
3
COMMON_H = \
4
cityhash.h \
5
zfeature_common.h \
6
zfs_comutil.h \
7
zfs_deleg.h \
8
zfs_fletcher.h \
9
zfs_namecheck.h \
10
zfs_prop.h
11
12
USER_H = \
13
libnvpair.h \
14
libuutil_common.h \
15
libuutil.h \
16
libuutil_impl.h \
17
libzfs.h \
18
libzfsbootenv.h \
19
libzfs_core.h \
20
libzutil.h \
21
thread_pool.h
22
23
if CONFIG_USER
24
libzfsdir = $(includedir)/libzfs
25
libzfs_HEADERS = $(COMMON_H) $(USER_H)
26
endif
27
28
if CONFIG_KERNEL
29
if BUILD_LINUX
30
kerneldir = @prefix@/src/zfs-$(VERSION)/include
31
kernel_HEADERS = $(COMMON_H)
32
endif
33
endif