[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Mon Nov 10 10:00:56 PST 2014


 Makefile.am |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 657bf5a1629fd3ae54ba0f4836b722225d19578b
Author: Kay Sievers <kay at vrfy.org>
Date:   Mon Nov 10 18:59:03 2014 +0100

    build-sys: do not use "label" functions in libsystemd-shared

diff --git a/Makefile.am b/Makefile.am
index d3abda1..3c935d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -861,8 +861,6 @@ libsystemd_shared_la_SOURCES = \
 	src/shared/audit.h \
 	src/shared/xml.c \
 	src/shared/xml.h \
-	src/shared/condition.c \
-	src/shared/condition.h \
 	src/shared/bus-label.c \
 	src/shared/bus-label.h \
 	src/shared/gpt.h \
@@ -945,6 +943,8 @@ libsystemd_label_la_SOURCES = \
 	src/shared/dev-setup.h \
 	src/shared/dropin.c \
 	src/shared/dropin.h \
+	src/shared/condition.c \
+	src/shared/condition.h \
 	src/shared/generator.h \
 	src/shared/generator.c
 
@@ -1526,10 +1526,10 @@ test_condition_SOURCES = \
 	src/test/test-condition.c
 
 test_condition_LDADD = \
-	libsystemd-shared.la \
-	libsystemd-internal.la \
+	libsystemd-label.la \
 	libsystemd-capability.la \
-	libsystemd-label.la
+	libsystemd-internal.la \
+	libsystemd-shared.la
 
 test_fdset_SOURCES = \
 	src/test/test-fdset.c



More information about the systemd-commits mailing list