X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=ed110e9f15c3359bc622186b577f632de0c13762;hp=fb0b46cd36770dfd2a1a7fe80de74e32c3ad9549;hb=551cd19406a560d0d206bff5b4e9da064ec222b6;hpb=911c05f873ad967c40d04aa7347b1067fe62c055 diff --git a/src/Makefile.am b/src/Makefile.am index fb0b46cd..ed110e9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ tincd_SOURCES = cipher.c conf.c connection.c control.c crypto.c digest.c edge.c net_socket.c netutl.c node.c process.c protocol.c protocol_auth.c protocol_edge.c protocol_misc.c \ protocol_key.c protocol_subnet.c route.c rsa.c subnet.c tincd.c -tincctl_SOURCES = tincctl.c +tincctl_SOURCES = tincctl.c rsagen.c nodist_tincd_SOURCES = device.c @@ -18,7 +18,7 @@ DEFAULT_INCLUDES = INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib noinst_HEADERS = cipher.h conf.h connection.h control.h crypto.h device.h digest.h edge.h graph.h logger.h meta.h net.h netutl.h node.h process.h \ - protocol.h route.h rsa.h subnet.h + protocol.h route.h rsa.h rsagen.h subnet.h LIBS = @LIBS@ @LIBGCRYPT_LIBS@ @LIBINTL@