summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-05-05 21:18:34 +0200
committerLennart Poettering <lennart@poettering.net>2014-05-05 21:19:06 +0200
commit76cf10dab7a36653a159f0e87c46a13df494474f (patch)
treefbe14574fd0512e85208ccac9a52c9b2107106c6 /Makefile.am
parent99a17ada9caa8e190b5cafa5cd3c19618feeff48 (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.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0232e7580..e4525a4f1 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