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
config/dracut/90zfs: handle cases where hostid(1) returns all zeros
[zfs.git]
/
include
/
Makefile.am
blob
17286ecbb7fd888c37de46079de345d36e3f11e3
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
libzfs_impl.h \
21
libzutil.h \
22
thread_pool.h
23
24
if CONFIG_USER
25
libzfsdir = $(includedir)/libzfs
26
libzfs_HEADERS = $(COMMON_H) $(USER_H)
27
endif
28
29
if CONFIG_KERNEL
30
if BUILD_LINUX
31
kerneldir = @prefix@/src/zfs-$(VERSION)/include
32
kernel_HEADERS = $(COMMON_H)
33
endif
34
endif