X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=beb71cdfbd01aa39e90b1ac7e8592712663e356b;hb=89715454c083aaeb4dc73340f2d0ab9a3d9503e0;hp=5c8a841695adda536f442a20cc2caf24d8eb96e6;hpb=cfe9285adf391ab66faeb5def811fe08e47a221a;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 5c8a8416..beb71cdf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,6 +101,7 @@ tinc_SOURCES = \ dropin.c dropin.h \ getopt.c getopt.h \ getopt1.c \ + fsck.c fsck.h \ info.c info.h \ invitation.c invitation.h \ list.c list.h \ @@ -203,7 +204,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 +246,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