sbin_PROGRAMS = tincd tinc sptps_test
-EXTRA_DIST = linux bsd solaris cygwin mingw openssl gcrypt
-
DEFAULT_INCLUDES =
tincd_SOURCES = \
if BSD
tincd_SOURCES += bsd/device.c
if TUNEMU
-tincd_SOURCES += bsd/tunemu.c
+tincd_SOURCES += bsd/tunemu.c bsd/tunemu.h
endif
endif
endif
if MINGW
-tincd_SOURCES += mingw/device.c
+tincd_SOURCES += mingw/device.c mingw/common.h
endif
if CYGWIN
tincd_SOURCES += \
openssl/cipher.c \
openssl/crypto.c \
- openssl/digest.c \
+ openssl/digest.c openssl/digest.h \
openssl/ecdh.c \
openssl/ecdsa.c \
openssl/prf.c \
tinc_SOURCES += \
openssl/cipher.c \
openssl/crypto.c \
- openssl/digest.c \
+ openssl/digest.c openssl/digest.h \
openssl/ecdh.c \
openssl/ecdsa.c \
openssl/ecdsagen.c \
sptps_test_SOURCES += \
openssl/cipher.c \
openssl/crypto.c \
- openssl/digest.c \
+ openssl/digest.c openssl/digest.h \
openssl/ecdh.c \
openssl/ecdsa.c \
openssl/prf.c
tincd_SOURCES += \
gcrypt/cipher.c \
gcrypt/crypto.c \
- gcrypt/digest.c \
+ gcrypt/digest.c gcrypt/digest.h \
gcrypt/ecdh.c \
gcrypt/ecdsa.c \
gcrypt/prf.c \
tinc_SOURCES += \
gcrypt/cipher.c \
gcrypt/crypto.c \
- gcrypt/digest.c \
+ gcrypt/digest.c gcrypt/digest.h \
gcrypt/ecdh.c \
gcrypt/ecdsa.c \
gcrypt/ecdsagen.c \
sptps_test_SOURCES += \
gcrypt/cipher.c \
gcrypt/crypto.c \
- gcrypt/digest.c \
+ gcrypt/digest.c gcrypt/digest.h \
gcrypt/ecdh.c \
gcrypt/ecdsa.c \
gcrypt/prf.c
endif
AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"
-
-dist-hook:
- rm -f `find . -type l`