bin_PROGRAMS += danetool
endif
-noinst_PROGRAMS = systemkey
-
if ENABLE_PKCS11
# TPM makes use of PKCS #11 callbacks
endif
noinst_LTLIBRARIES =
-
+noinst_PROGRAMS =
if ENABLE_SRP
srptool_SOURCES = srptool.c
endif # ENABLE_TROUSERS
+noinst_PROGRAMS += systemkey
systemkey_SOURCES = systemkey.c certtool-common.c common.c
systemkey_LDADD = ../lib/libgnutls.la
systemkey_LDADD += libcmd-systemkey.la ../gl/libgnu.la gl/libgnu_gpl.la
libcerttool_cfg_la_SOURCES = certtool-cfg.h certtool-cfg.c cfg.c cfg.h
libcerttool_cfg_la_LIBADD = ../gl/libgnu.la gl/libgnu_gpl.la
-noinst_PROGRAMS = dumpcfg
+noinst_PROGRAMS += dumpcfg
dumpcfg_SOURCES = cfg.c cfg.h
dumpcfg_CFLAGS = -DTEST=1
dumpcfg_LDADD = ../gl/libgnu.la gl/libgnu_gpl.la