diff options
Diffstat (limited to 'src/systemd-rfkill/Makefile')
-rw-r--r-- | src/systemd-rfkill/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-rfkill/Makefile b/src/systemd-rfkill/Makefile index e2dda8d8e0..ef647fd723 100644 --- a/src/systemd-rfkill/Makefile +++ b/src/systemd-rfkill/Makefile @@ -24,7 +24,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_RFKILL),) -rootlibexec_PROGRAMS += \ +libexec_PROGRAMS += \ systemd-rfkill nodist_systemunit_DATA += \ |