mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
Add a new header file "segment.h", move definition of segment i/o routines into it, and move the implementation from libnilfs to a new internal library libsegment. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7 lines
257 B
Makefile
7 lines
257 B
Makefile
## Makefile.am
|
|
|
|
include_HEADERS = nilfs.h nilfs2_api.h nilfs2_ondisk.h nilfs_cleaner.h
|
|
noinst_HEADERS = realpath.h nls.h parser.h nilfs_feature.h \
|
|
vector.h nilfs_gc.h cnormap.h cleaner_msg.h cleaner_exec.h \
|
|
compat.h crc32.h pathnames.h segment.h util.h
|