diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:09:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:21:11 +0100 |
commit | 493657337ad8569e0998a3afa7d6fb357757364a (patch) | |
tree | 058cfe40cd4e86f43d9b02020575c2819aef1fed /Makefile.am | |
parent | c073a0c4a5ffbf6677dd6af02e7c7d59b2b901ab (diff) |
core: get rid of condition.c and move the remaining call into util.c
That way only one file with condition code remaining, in src/shared/,
rather than src/core/.
Next step: dropping the "-util" suffix from condition-util.[ch].
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c5667c3a63..a10c306ceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1132,8 +1132,6 @@ libsystemd_core_la_SOURCES = \ src/core/mount-setup.h \ src/core/loopback-setup.h \ src/core/loopback-setup.c \ - src/core/condition.c \ - src/core/condition.h \ src/core/namespace.c \ src/core/namespace.h \ src/core/build.h \ |