X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=ea53ea26d2b9af48baef1218087c38ed9675b982;hb=eb7a0db18ea71a44999d6a37b4b179dac0ed9bc7;hp=5c8a841695adda536f442a20cc2caf24d8eb96e6;hpb=cfe9285adf391ab66faeb5def811fe08e47a221a;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 5c8a8416..ea53ea26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -203,7 +203,8 @@ sptps_speed_SOURCES += \ openssl/crypto.c \ openssl/digest.c openssl/digest.h \ openssl/prf.c -elif GCRYPT +else +if GCRYPT tincd_SOURCES += \ gcrypt/cipher.c \ gcrypt/crypto.c \ @@ -244,11 +245,12 @@ sptps_speed_SOURCES += \ nolegacy/crypto.c \ nolegacy/prf.c endif +endif tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS) sptps_speed_LDADD = -lrt -LIBS = @LIBS@ +LIBS = @LIBS@ -lm if TUNEMU LIBS += -lpcap