From 76cf10dab7a36653a159f0e87c46a13df494474f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 5 May 2014 21:18:34 +0200 Subject: build-sys: move async.[ch] to src/shared So that we can use it at multiple places. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf