blob: 0b58dd9f842e2b9c87014daa492195980b917fff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# All headers are referenced by this top level Makefile.am and the
# nobase_* rule is used to ensure all path information is preserved
# when using the 'make install' target.
nobase_include_HEADERS = *.h
nobase_include_HEADERS += asm/*.h
nobase_include_HEADERS += fs/*.h
nobase_include_HEADERS += linux/*.h
nobase_include_HEADERS += rpc/*.h
nobase_include_HEADERS += sharefs/*.h
nobase_include_HEADERS += sys/fm/*.h
nobase_include_HEADERS += sys/fs/*.h
nobase_include_HEADERS += sys/sysevent/*.h
nobase_include_HEADERS += sys/*.h
nobase_include_HEADERS += util/*.h
nobase_include_HEADERS += vm/*.h
|