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