X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=61f9a9360a6af768e351e0c4ef0116b148a59183;hb=1f00111e94b2f9a4beb9608b1e03a5e73c9c5d21;hp=186c042c898169a68bb96bdba400003118bb1984;hpb=18e9839dc861c368141bbbc9a963f719a83eba3e;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 186c042c..61f9a936 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Produce this file with automake to get Makefile.in -sbin_PROGRAMS = tincd tincctl +sbin_PROGRAMS = tincd tincctl sptps_test EXTRA_DIST = linux bsd solaris cygwin mingw raw_socket uml_socket openssl gcrypt @@ -20,6 +20,10 @@ tincctl_SOURCES = \ nodist_tincctl_SOURCES = \ ecdsagen.c rsagen.c +sptps_test_SOURCES = \ + logger.c cipher.c crypto.c ecdh.c ecdsa.c digest.c prf.c \ + sptps.c sptps_test.c + if TUNEMU tincd_SOURCES += bsd/tunemu.c endif