integrity-test: Added charon-systemd

This commit is contained in:
Andreas Steffen 2016-07-29 12:33:32 +02:00
parent eda8907b90
commit fa1865094d
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ if USE_CMD
exes += $(DESTDIR)$(sbindir)/charon-cmd
endif
if USE_SYSTEMD
exes += $(DESTDIR)$(sbindir)/charon-systemd
endif
if USE_SCEPCLIENT
exes += $(DESTDIR)$(ipsecdir)/scepclient
endif