X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2FMakefile.am;h=a2a9305ac54e32f219be1439581d728b5fb66f13;hp=cae2ab95458666bd89d738bae7eab34890788914;hb=01eaeb3c9fa60ae9c6e5b866acd9baef79622d99;hpb=0a81750b70ecca975e4b8d532111a572576abcff diff --git a/src/Makefile.am b/src/Makefile.am index cae2ab95..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 \ @@ -101,7 +104,8 @@ libmeshlink_la_SOURCES = \ xalloc.h \ devtools.c devtools.h \ $(ed25519_SOURCES) \ - $(chacha_poly1305_SOURCES) + $(chacha_poly1305_SOURCES) \ + $(utcp_SOURCES) libmeshlink_la_CFLAGS = -fPIC -I../avahi/