mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
The following files are missing in the archive files generated by "make dist-*": - .gitignore files - autogen.sh script - checkpatch.pl script This fixes the issue. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
10 lines
157 B
Makefile
10 lines
157 B
Makefile
## Makefile.am
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = lib bin sbin include man scripts
|
|
|
|
dist_noinst_SCRIPTS = autogen.sh
|
|
|
|
EXTRA_DIST = .gitignore m4/.gitignore
|