X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4db064e7c242e68e2644911d87c4092b6f34b656;hb=35375afec5aeffbbebe4e66f2728eec6ffcaecc6;hp=f7bc5f36ccee01484ba352d548aa96df67411b1c;hpb=3cf0f8f7e0b950b5f6d678f3e8b7f0fc0f52d4bf;p=elogind.git diff --git a/Makefile.am b/Makefile.am index f7bc5f36c..4db064e7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3836,6 +3836,13 @@ test_login_LDADD = \ libsystemd-login-internal.la \ libsystemd-shared.la +test_login_shared_SOURCES = \ + src/login/test-login-shared.c + +test_login_shared_LDADD = \ + libsystemd-login-internal.la \ + libsystemd-shared.la + test_inhibit_SOURCES = \ src/login/test-inhibit.c @@ -3862,7 +3869,8 @@ manual_tests += \ test-inhibit tests += \ - test-login-tables + test-login-tables \ + test-login-shared libsystemd_login_la_SOURCES = \ src/login/sd-login.c \