From: Saverio Proto Date: Wed, 2 Apr 2014 12:08:03 +0000 (+0200) Subject: Dirty change to Makefile.am so that libmeshlink.[ch] links to all the necessary objects X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=cbe4d251025e98d428a1e9deb1c3a60c7c1e37bc Dirty change to Makefile.am so that libmeshlink.[ch] links to all the necessary objects --- 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 \