Link tincctl with dropin.o.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 13 Nov 2010 14:46:19 +0000 (15:46 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 13 Nov 2010 14:46:19 +0000 (15:46 +0100)
src/Makefile.am

index 20e438f..3f5f84f 100644 (file)
@@ -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