X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=66012441c08f398a78ebd3902b0c6bec47568710;hp=7b6df1b608b4ba83e8827a27d188db7fd8230a8c;hb=3990f247652c3bd41e4ea074e6302277eb9c7aa3;hpb=0f4ba83c397e807939a4eb0b2cbd04ad4ab548cc diff --git a/Makefile.am b/Makefile.am index 7b6df1b60..66012441c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3433,6 +3433,26 @@ endif EXTRA_DIST += \ units/systemd-backlight@.service.in +# ------------------------------------------------------------------------------ +if ENABLE_RFKILL +rootlibexec_PROGRAMS += \ + systemd-rfkill + +nodist_systemunit_DATA += \ + units/systemd-rfkill@.service + +systemd_rfkill_SOURCES = \ + src/rfkill/rfkill.c + +systemd_rfkill_LDADD = \ + libsystemd-label.la \ + libsystemd-shared.la \ + libudev-private.la +endif + +EXTRA_DIST += \ + units/systemd-rfkill@.service.in + # ------------------------------------------------------------------------------ if HAVE_LIBCRYPTSETUP rootlibexec_PROGRAMS += \