1 ## Produce this file with automake to get Makefile.in
3 sbin_PROGRAMS = tincd tinc sptps_test
5 EXTRA_DIST = linux bsd solaris cygwin mingw openssl gcrypt
13 connection.c connection.h \
28 fake-getaddrinfo.c fake-getaddrinfo.h \
29 fake-getnameinfo.c fake-getnameinfo.h \
50 protocol.c protocol.h \
60 splay_tree.c splay_tree.h \
74 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
104 tincd_SOURCES += solaris/device.c
108 tincd_SOURCES += mingw/device.c
112 tincd_SOURCES += cygwin/device.c
116 tincd_SOURCES += uml_device.c
120 tincd_SOURCES += vde_device.c
142 sptps_test_SOURCES += \
170 sptps_test_SOURCES += \
179 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
181 LIBS = @LIBS@ @LIBGCRYPT_LIBS@
187 AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"
190 rm -f `find . -type l`