X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=306bbc42a607d44e78a81489b701000b4725bfa7;hb=7208397398f7e08d741bfa83594a88e5d01b6220;hp=e0733bebfdfb89cbc12acd15e52a716c464cac57;hpb=402170d78f4413d0b95a5ac194db4f638021961a;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index e0733beb..306bbc42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ tincd_SOURCES = \ buffer.c buffer.h \ cipher.h \ conf.c conf.h \ + conf_net.c conf_net.h \ connection.c connection.h \ control.c control.h \ control_common.h \ @@ -70,6 +71,7 @@ tincd_SOURCES = \ fd_device.c \ graph.c graph.h \ hash.c hash.h \ + keys.c keys.h \ have.h \ ipv4.h \ ipv6.h \ @@ -118,6 +120,9 @@ tinc_SOURCES = \ ifconfig.c ifconfig.h \ info.c info.h \ invitation.c invitation.h \ + conf.c conf.h \ + keys.c keys.h \ + splay_tree.c splay_tree.h \ list.c list.h \ names.c names.h \ netutl.c netutl.h \