1 ## Produce this file with automake to get Makefile.in
3 sbin_PROGRAMS = tincd tinc sptps_test
11 connection.c connection.h \
26 fake-getaddrinfo.c fake-getaddrinfo.h \
27 fake-getnameinfo.c fake-getnameinfo.h \
48 protocol.c protocol.h \
59 splay_tree.c splay_tree.h \
73 invitation.c invitation.h \
79 subnet_parse.c subnet.h \
84 sptps_test_SOURCES = \
90 ## Conditionally compile device drivers
93 tincd_SOURCES += linux/device.c
97 tincd_SOURCES += bsd/device.c
99 tincd_SOURCES += bsd/tunemu.c bsd/tunemu.h
104 tincd_SOURCES += solaris/device.c
108 tincd_SOURCES += mingw/device.c mingw/common.h
112 tincd_SOURCES += cygwin/device.c
116 tincd_SOURCES += uml_device.c
120 tincd_SOURCES += vde_device.c
127 openssl/digest.c openssl/digest.h \
135 openssl/digest.c openssl/digest.h \
142 sptps_test_SOURCES += \
145 openssl/digest.c openssl/digest.h \
155 gcrypt/digest.c gcrypt/digest.h \
163 gcrypt/digest.c gcrypt/digest.h \
170 sptps_test_SOURCES += \
173 gcrypt/digest.c gcrypt/digest.h \
179 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
181 LIBS = @LIBS@ @LIBGCRYPT_LIBS@
187 AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"