From cbe4d251025e98d428a1e9deb1c3a60c7c1e37bc Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Wed, 2 Apr 2014 14:08:03 +0200 Subject: [PATCH] Dirty change to Makefile.am so that libmeshlink.[ch] links to all the necessary objects --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b5cac5a5..ed0c27a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,6 @@ endif DEFAULT_INCLUDES = tincd_SOURCES = \ - libmeshlink.c libmeshlink.h \ buffer.c buffer.h \ cipher.h \ conf.c conf.h \ @@ -71,6 +70,7 @@ tincd_SOURCES = \ xalloc.h tinc_SOURCES = \ + libmeshlink.c libmeshlink.h \ dropin.c dropin.h \ getopt.c getopt.h \ getopt1.c \ -- 2.39.2