]> git.proxmox.com Git - mirror_spl.git/blob - include/Makefile.am
Build system and packaging (RPM support)
[mirror_spl.git] / include / Makefile.am
1 # All headers are referenced by this top level Makefile.am and the
2 # nobase_* rule is used to ensure all path information is preserved
3 # when using the 'make install' target.
4 nobase_include_HEADERS = *.h
5 nobase_include_HEADERS += asm/*.h
6 nobase_include_HEADERS += fs/*.h
7 nobase_include_HEADERS += linux/*.h
8 nobase_include_HEADERS += rpc/*.h
9 nobase_include_HEADERS += sharefs/*.h
10 nobase_include_HEADERS += sys/fm/*.h
11 nobase_include_HEADERS += sys/fs/*.h
12 nobase_include_HEADERS += sys/sysevent/*.h
13 nobase_include_HEADERS += sys/*.h
14 nobase_include_HEADERS += util/*.h
15 nobase_include_HEADERS += vm/*.h