X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=20b60825316d1d4a49eeb0081e7157068c666d2a;hb=cdd7b7dfd44649b204c43e907f03d4294de4f28a;hp=2bd66d528bd169081e11a082780005ea9d3811fc;hpb=6160e473fc2c52ab7c06f1d884a8901d2a5b6b73;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 2bd66d528..20b608253 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1246,7 +1246,8 @@ tests += \ test-socket-util \ test-fdset \ test-conf-files \ - test-capability + test-capability \ + test-async EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1357,6 +1358,12 @@ test_capability_LDADD = \ libsystemd-shared.la \ libsystemd-capability.la +test_async_SOURCES = \ + src/test/test-async.c + +test_async_LDADD = \ + libsystemd-shared.la + test_fdset_SOURCES = \ src/test/test-fdset.c @@ -3787,6 +3794,9 @@ dist_bashcompletion_DATA += \ dist_zshcompletion_DATA += \ shell-completion/zsh/_coredumpctl +GENERAL_ALIASES += \ + $(bindir)/coredumpctl $(bindir)/systemd-coredumpctl + sysctl_DATA = \ sysctl.d/50-coredump.conf