From 9a113db0a61242a0273a7ac95dd536f3a4bdb581 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 29 Mar 2017 08:08:56 +0200 Subject: [PATCH] Ensure sptps_keypair and sptps_test get build for make check. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 794e4202..8e2aa038 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ ## Produce this file with automake to get Makefile.in sbin_PROGRAMS = tincd tinc +check_PROGRAMS = sptps_test sptps_keypair EXTRA_PROGRAMS = sptps_test sptps_keypair CLEANFILES = version_git.h -- 2.20.1