zfs/include/Makefile.am

16 lines
599 B
Makefile
Raw Normal View History

# 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