X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=21e45f7d8dc11ef3ab525bc52d63a8c045056a13;hb=79703f03cde61be1023813486ed3a9521b88f689;hp=07f0bb77fbfd58f663b153f5d8db72051011216b;hpb=274cadbe5860ba12d0b54811accd3cae6d524916;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 07f0bb77..21e45f7d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Produce this file with automake to get Makefile.in -DEFAULT_INCLUDES = +AM_CPPFLAGS = -Wall ed25519_SOURCES = \ ed25519/add_scalar.c \ @@ -25,32 +25,6 @@ chacha_poly1305_SOURCES = \ utcp_SOURCES = \ utcp/utcp.c utcp/utcp.h -sptps_test_SOURCES = \ - crypto.c crypto.h \ - logger.c logger.h \ - prf.c prf.h \ - sptps.c sptps.h \ - sptps_test.c \ - utils.c utils.h \ - $(ed25519_SOURCES) \ - $(chacha_poly1305_SOURCES) - -sptps_keypair_SOURCES = \ - crypto.c crypto.h \ - sptps_keypair.c \ - utils.c utils.h \ - $(ed25519_SOURCES) - -sptps_speed_SOURCES = \ - crypto.c crypto.h \ - logger.c logger.h \ - prf.c prf.h \ - sptps.c sptps.h \ - sptps_speed.c \ - utils.c utils.h \ - $(ed25519_SOURCES) \ - $(chacha_poly1305_SOURCES) - lib_LTLIBRARIES = libmeshlink.la pkginclude_HEADERS = meshlink++.h meshlink.h @@ -115,7 +89,3 @@ libmeshlink_la_SOURCES += \ ed25519/ecdh.c \ ed25519/ecdsa.c \ ed25519/ecdsagen.c - -LIBS = @LIBS@ - -AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"