mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 05:37:51 +00:00
nilfs_cleanerd.conf: migrate to etc source directory
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>
This commit is contained in:
parent
78044f6c97
commit
aec9065bdc
@ -2,7 +2,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = lib bin sbin include man scripts
|
||||
SUBDIRS = lib bin sbin include man etc scripts
|
||||
|
||||
dist_noinst_SCRIPTS = autogen.sh
|
||||
|
||||
|
||||
@ -188,6 +188,7 @@ AC_SUBST([localstatedir], [/var])
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
bin/Makefile
|
||||
etc/Makefile
|
||||
include/Makefile
|
||||
lib/Makefile
|
||||
man/Makefile
|
||||
|
||||
3
etc/Makefile.am
Normal file
3
etc/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
## Makefile.am
|
||||
|
||||
dist_sysconf_DATA = nilfs_cleanerd.conf
|
||||
@ -12,6 +12,4 @@ nilfs_cleanerd_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
# Use -static option to make nilfs_cleanerd self-contained.
|
||||
nilfs_cleanerd_LDFLAGS = -static
|
||||
|
||||
dist_sysconf_DATA = nilfs_cleanerd.conf
|
||||
|
||||
EXTRA_DIST = .gitignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user