From 6bd93983338ae7353c7a5ab6f585d50829d74c0a Mon Sep 17 00:00:00 2001
From: Simon Peeters <peeters.simon@gmail.com>
Date: Fri, 3 Aug 2012 17:09:21 +0200
Subject: [PATCH] build-sys: do not link systemctl against journal-internal
 and id128-internal.

systemctl does not need the internal journal and id128 libraries to function, so don't link them.
---
 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 77aed92..49c3e3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1427,8 +1427,6 @@ systemctl_LDADD = \
 	libsystemd-label.la \
 	libsystemd-shared.la \
 	libsystemd-daemon.la \
-	libsystemd-journal-internal.la \
-	libsystemd-id128-internal.la \
 	libsystemd-dbus.la \
 	libsystemd-logs.la
 
-- 
1.7.11.2

