1 ## Produce this file with automake to get Makefile.in
11 ed25519/fe.c ed25519/fe.h \
13 ed25519/ge.c ed25519/ge.h \
14 ed25519/key_exchange.c \
16 ed25519/precomp_data.h \
17 ed25519/sc.c ed25519/sc.h \
19 ed25519/sha512.c ed25519/sha512.h \
23 chacha_poly1305_SOURCES = \
24 chacha-poly1305/chacha.c chacha-poly1305/chacha.h \
25 chacha-poly1305/chacha-poly1305.c chacha-poly1305/chacha-poly1305.h \
26 chacha-poly1305/poly1305.c chacha-poly1305/poly1305.h
29 utcp/utcp.c utcp/utcp.h \
32 lib_LTLIBRARIES = libmeshlink.la
34 pkginclude_HEADERS = meshlink++.h meshlink.h
36 libmeshlink_la_LDFLAGS = -export-symbols-regex '^(meshlink_|devtool_)'
38 libmeshlink_la_SOURCES = \
41 connection.c connection.h \
50 fake-getaddrinfo.c fake-getaddrinfo.h \
51 fake-getnameinfo.c fake-getnameinfo.h \
57 meshlink.c meshlink.h \
68 protocol.c protocol.h \
75 splay_tree.c splay_tree.h \
80 devtools.c devtools.h \
82 $(chacha_poly1305_SOURCES) \
85 libmeshlink_la_CFLAGS = $(PTHREAD_CFLAGS) -fPIC -iquote.
86 libmeshlink_la_LDFLAGS += $(PTHREAD_LIBS)
89 libmeshlink_la_SOURCES += \
90 discovery.c discovery.h
92 libmeshlink_la_CFLAGS += -I${top_srcdir}/catta/include/
95 libmeshlink_la_CFLAGS += -I${top_srcdir}/catta/src/compat/windows/include/
98 libmeshlink_la_LIBADD = ${top_builddir}/catta/src/libcatta.la