X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=rt%2FMakefile.am;fp=rt%2FMakefile.am;h=528c26c7aa211480568115aa59e3075cb0203317;hp=9c5c4326d52d9283d990f0c5d98638afae329be3;hb=942ee816b88f9c35b456abab1864e5e2b811e5c8;hpb=92a3e63dc3841c4daa05fc2a25635fe9afacf08f diff --git a/rt/Makefile.am b/rt/Makefile.am index 9c5c4326..528c26c7 100644 --- a/rt/Makefile.am +++ b/rt/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = librt.a -noinst_HEADERS = edge.h graph.h node.h rt.h subnet.h +noinst_HEADERS = edge.h graph.h node.h route.h rt.h subnet.h -librt_a_SOURCES = edge.c graph.c node.c rt.c subnet.c +librt_a_SOURCES = edge.c graph.c node.c route.c rt.c subnet.c