X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=61f9a9360a6af768e351e0c4ef0116b148a59183;hp=186c042c898169a68bb96bdba400003118bb1984;hb=3d75dbc0880484ff6d2f689a9b981def3cd75b5e;hpb=ff751903aa82bd6dd66a099f9c05dcdae9fc57f2 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