From 23dddc25930bc9033e5a2ac659376032aff44d82 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 13 Nov 2010 15:46:19 +0100 Subject: [PATCH] Link tincctl with dropin.o. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 20e438f1..3f5f84ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ tincd_SOURCES = \ protocol_key.c protocol_subnet.c route.c rsa.c subnet.c tincd.c tincctl_SOURCES = \ - xmalloc.c utils.c getopt.c getopt1.c \ + xmalloc.c utils.c getopt.c getopt1.c dropin.c \ tincctl.c rsagen.c if TUNEMU -- 2.20.1