mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
Add etc source directory and move sbin/cleanerd/nilfs_cleanerd.conf into the directory. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
10 lines
161 B
Makefile
10 lines
161 B
Makefile
## Makefile.am
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = lib bin sbin include man etc scripts
|
|
|
|
dist_noinst_SCRIPTS = autogen.sh
|
|
|
|
EXTRA_DIST = .gitignore m4/.gitignore
|