X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=a2a9305ac54e32f219be1439581d728b5fb66f13;hb=7d0d06e82233623ce90c70dac2803a7f299c673e;hp=0c681acbc533cc7c836972a1367533c700000ab9;hpb=39193ebcc7173db117cce01bc0809e727a0c21c1;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 0c681acb..a2a9305a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,6 +28,9 @@ chacha_poly1305_SOURCES = \ chacha-poly1305/chacha-poly1305.c chacha-poly1305/chacha-poly1305.h \ chacha-poly1305/poly1305.c chacha-poly1305/poly1305.h +utcp_SOURCES = \ + utcp/utcp.c utcp/utcp.h + sptps_test_SOURCES = \ crypto.c crypto.h \ logger.c logger.h \ @@ -56,7 +59,7 @@ sptps_speed_SOURCES = \ lib_LTLIBRARIES = libmeshlink.la -libmeshlink_la_LDFLAGS = -export-symbols-regex '^meshlink_' +libmeshlink_la_LDFLAGS = -export-symbols-regex '^(meshlink_|devtool_)' libmeshlink_la_SOURCES = \ meshlink.c meshlink.h \ @@ -99,8 +102,10 @@ libmeshlink_la_SOURCES = \ system.h \ utils.c utils.h \ xalloc.h \ + devtools.c devtools.h \ $(ed25519_SOURCES) \ - $(chacha_poly1305_SOURCES) + $(chacha_poly1305_SOURCES) \ + $(utcp_SOURCES) libmeshlink_la_CFLAGS = -fPIC -I../avahi/