X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=36729a65913c4d6b36bf70155a6d66e33a4d4799;hb=bbeab00f46a6c856573fe0d2b9b85bce35728403;hp=394a077a193b217b6eb60b5fa8ae092e5a9c7e24;hpb=d1cd3c81455ecb32149cbaa424b7870075b2b2fc;p=tinc diff --git a/configure.in b/configure.in index 394a077a..36729a65 100644 --- a/configure.in +++ b/configure.in @@ -157,10 +157,10 @@ tinc_LZO if test "$with_libgcrypt" = yes; then AM_PATH_LIBGCRYPT([1.4.0], [], []) - ln -sf gcrypt/cipher.c gcrypt/cipher.h gcrypt/crypto.c gcrypt/crypto.h gcrypt/digest.c gcrypt/digest.h gcrypt/rsa.c gcrypt/rsa.h gcrypt/rsagen.c gcrypt/rsagen.h src/ + ln -sf gcrypt/*.c gcrypt/*.h src/ else tinc_OPENSSL - ln -sf openssl/cipher.c openssl/cipher.h openssl/crypto.c openssl/crypto.h openssl/digest.c openssl/digest.h openssl/rsa.c openssl/rsa.h openssl/rsagen.c openssl/rsagen.h src/ + ln -sf openssl/*.c openssl/*.h src/ fi