summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2014-02-22 15:22:00 +0100
committerKay Sievers <kay@vrfy.org>2014-02-22 17:12:46 +0100
commitdf40be6a145ef929f1e55805cf6927b8e262d012 (patch)
treec3c111b95a113b29fd8a0363165b904bbb6f07c8 /Makefile.am
parent4b28cdeb2332cfbd3f5172b43a2f5f534b7e6e57 (diff)
build-sys: Also move libsystemd-journal to rootlibdir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b879f1bc1..c4598b8747 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4481,11 +4481,13 @@ pkgconfiglib_DATA += \
# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
compat-lib-install-hook:
libname=libsystemd-login.so && $(move-to-rootlibdir)
+ libname=libsystemd-journal.so && $(move-to-rootlibdir)
libname=libsystemd-id128.so && $(move-to-rootlibdir)
libname=libsystemd-daemon.so && $(move-to-rootlibdir)
compat-lib-uninstall-hook:
rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so*
+ rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so*
rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so*
rm -f $(DESTDIR)$(rootlibdir)/libsystemd-daemon.so*