From: Kay Sievers Date: Mon, 10 Nov 2014 17:59:03 +0000 (+0100) Subject: build-sys: do not use "label" functions in libsystemd-shared X-Git-Tag: v218~482 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=657bf5a1629fd3ae54ba0f4836b722225d19578b;ds=sidebyside build-sys: do not use "label" functions in libsystemd-shared --- diff --git a/Makefile.am b/Makefile.am index d3abda1f4..3c935d746 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