X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=3f47bc8e5d094ddffb655ebaf6eb0c7c34e018ef;hb=cd49e2f6641aaa3a9185704ca2f14a1e0855c247;hp=ca4c5f87c25d7f731550f6fbc511b64dd6679383;hpb=7c9a6f906308a6474f1ebb98058c4a33a02c33f1;p=elogind.git diff --git a/Makefile.am b/Makefile.am index ca4c5f87c..3f47bc8e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1899,6 +1899,7 @@ bus-proxyd-uninstall-hook: INSTALL_EXEC_HOOKS += bus-proxyd-install-hook UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook +if ENABLE_KDBUS nodist_systemunit_DATA += \ units/systemd-bus-proxyd@.service @@ -1910,6 +1911,7 @@ dist_userunit_DATA += \ USER_UNIT_ALIASES += \ $(systemunitdir)/systemd-bus-proxyd@.service systemd-bus-proxyd@.service +endif EXTRA_DIST += \ units/systemd-bus-proxyd@.service.in @@ -3703,6 +3705,21 @@ polkitpolicy_in_files += \ EXTRA_DIST += \ units/systemd-hostnamed.service.in +# ------------------------------------------------------------------------------ +if ENABLE_KDBUS +systemd_bus_driverd_SOURCES = \ + src/bus-driverd/bus-driverd.c + +systemd_bus_driverd_LDADD = \ + libsystemd-bus-internal.la \ + libsystemd-id128-internal.la \ + libsystemd-daemon-internal.la \ + libsystemd-shared.la + +rootlibexec_PROGRAMS += \ + systemd-bus-driverd +endif + # ------------------------------------------------------------------------------ if ENABLE_LOCALED systemd_localed_SOURCES = \ @@ -4966,3 +4983,6 @@ tests += \ test-libsystemd-journal-sym \ test-libsystemd-login-sym \ test-libudev-sym + +cppcheck: + cppcheck --enable=all $(top_srcdir)