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
32 lib_LTLIBRARIES = libmeshlink.la
33 noinst_PROGRAMS = utcp-test
35 pkginclude_HEADERS = meshlink++.h meshlink.h
37 libmeshlink_la_LDFLAGS = -export-symbols $(srcdir)/meshlink.sym
39 libmeshlink_la_SOURCES = \
43 connection.c connection.h \
57 meshlink.c meshlink.h meshlink.sym \
70 protocol.c protocol.h \
77 splay_tree.c splay_tree.h \
83 devtools.c devtools.h \
85 $(chacha_poly1305_SOURCES) \
92 EXTRA_libmeshlink_la_DEPENDENCIES = $(srcdir)/meshlink.sym
94 libmeshlink_la_CFLAGS = $(PTHREAD_CFLAGS) -fPIC -iquote.
95 libmeshlink_la_LDFLAGS += $(PTHREAD_LIBS)
97 utcp_test_CFLAGS = $(PTHREAD_CFLAGS) -iquote.
98 utcp_test_LDFLAGS = $(PTHREAD_LIBS)