diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-05 21:18:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-05 21:19:06 +0200 |
commit | 76cf10dab7a36653a159f0e87c46a13df494474f (patch) | |
tree | fbe14574fd0512e85208ccac9a52c9b2107106c6 /Makefile.am | |
parent | 99a17ada9caa8e190b5cafa5cd3c19618feeff48 (diff) |
build-sys: move async.[ch] to src/shared
So that we can use it at multiple places.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0232e75807..e4525a4f1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -798,7 +798,9 @@ libsystemd_shared_la_SOURCES = \ src/shared/clean-ipc.h \ src/shared/clean-ipc.c \ src/shared/login-shared.c \ - src/shared/login-shared.h + src/shared/login-shared.h \ + src/shared/async.c \ + src/shared/async.h nodist_libsystemd_shared_la_SOURCES = \ src/shared/errno-from-name.h \ @@ -1028,8 +1030,6 @@ libsystemd_core_la_SOURCES = \ src/core/killall.c \ src/core/audit-fd.c \ src/core/audit-fd.h \ - src/core/async.c \ - src/core/async.h \ src/core/show-status.c \ src/core/show-status.h |