File: Makefile.am

package info (click to toggle)
nilfs-tools 2.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,852 kB
  • sloc: ansic: 15,594; sh: 4,374; perl: 4,174; makefile: 140
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## Makefile.am

include_HEADERS = nilfs.h nilfs_cleaner.h
noinst_HEADERS = realpath.h nls.h parser.h nilfs_feature.h \
	vector.h nilfs_gc.h cnoconv.h cnormap.h cleaner_msg.h cleaner_exec.h \
	compat.h pathnames.h util.h

if CONFIG_UAPI_HEADER_INSTALL
nobase_include_HEADERS = linux/nilfs2_api.h linux/nilfs2_ondisk.h
else
noinst_HEADERS += linux/nilfs2_api.h linux/nilfs2_ondisk.h
endif