Update documents.
[oweals/tinc.git] / rt / Makefile.am
1 noinst_LIBRARIES = librt.a
2
3 noinst_HEADERS = edge.h graph.h node.h route.h rt.h subnet.h
4
5 librt_a_SOURCES = edge.c graph.c node.c route.c rt.c subnet.c
6