From 06eba216834656b3a98422a050f7e3a5bbcf55ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 30 Sep 2013 10:08:09 +0200 Subject: [PATCH] Add missing libsystemd-label.la linkage to libsystemd-login. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7b7539a..2048a07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3874,6 +3874,7 @@ libsystemd_login_la_LDFLAGS = \ libsystemd_login_la_LIBADD = \ libsystemd-shared.la \ libsystemd-daemon-internal.la \ + libsystemd-label.la \ $(RT_LIBS) libsystemd_login_internal_la_SOURCES = \ -- 1.8.3.2