diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:11:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:11:27 +0200 |
commit | bfaf42d22bbd72a286b519ea121dbf8e799b1fe5 (patch) | |
tree | a824ed0132191870745efd3fabf05afc83b676ba | |
parent | 34acc278eda23593ae53868586e9024e965f37e0 (diff) |
tmpfiles: rename tempfiles to tmpfiles since this isn't windows
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile.am | 10 | ||||
-rw-r--r-- | src/tmpfiles.c (renamed from src/tempfiles.c) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 4536356383..9ba0758a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -systemd-tempfiles +systemd-tmpfiles systemd-readahead-collect systemd-readahead-replay systemd-reply-password diff --git a/Makefile.am b/Makefile.am index 980cb8f170..44a2779f09 100644 --- a/Makefile.am +++ b/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 = \ diff --git a/src/tempfiles.c b/src/tmpfiles.c index 80e424f7b6..80e424f7b6 100644 --- a/src/tempfiles.c +++ b/src/tmpfiles.c |