mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
tmpfiles: rename tempfiles to tmpfiles since this isn't windows
This commit is contained in:
parent
34acc278ed
commit
bfaf42d22b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
systemd-tempfiles
|
||||
systemd-tmpfiles
|
||||
systemd-readahead-collect
|
||||
systemd-readahead-replay
|
||||
systemd-reply-password
|
||||
|
10
Makefile.am
10
Makefile.am
@ -95,7 +95,7 @@ rootlibexec_PROGRAMS = \
|
||||
systemd-reply-password \
|
||||
systemd-readahead-collect \
|
||||
systemd-readahead-replay \
|
||||
systemd-tempfiles
|
||||
systemd-tmpfiles
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
test-engine \
|
||||
@ -627,13 +627,13 @@ systemd_modules_load_SOURCES = \
|
||||
systemd_modules_load_CFLAGS = \
|
||||
$(AM_CFLAGS)
|
||||
|
||||
systemd_tempfiles_LDADD = \
|
||||
systemd_tmpfiles_LDADD = \
|
||||
libsystemd-basic.la
|
||||
|
||||
systemd_tempfiles_SOURCES = \
|
||||
src/tempfiles.c
|
||||
systemd_tmpfiles_SOURCES = \
|
||||
src/tmpfiles.c
|
||||
|
||||
systemd_tempfiles_CFLAGS = \
|
||||
systemd_tmpfiles_CFLAGS = \
|
||||
$(AM_CFLAGS)
|
||||
|
||||
systemd_modules_load_LDADD = \
|
||||
|
Loading…
Reference in New Issue
Block a user