X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=rt%2FMakefile.am;h=528c26c7aa211480568115aa59e3075cb0203317;hb=56c51e94a620dd91eeb510176b9c970af9a9a372;hp=9c5c4326d52d9283d990f0c5d98638afae329be3;hpb=7d12cbb6e6acebbe8f9bcab75f5ec878a3360eb9;p=tinc 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