]> git.meshlink.io Git - meshlink/commitdiff
Dirty change to Makefile.am so that libmeshlink.[ch] links to all the necessary objects
authorSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 12:08:03 +0000 (14:08 +0200)
committerSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 12:08:03 +0000 (14:08 +0200)
src/Makefile.am

index b5cac5a53be46b20b543f1db7e1a471cfc600b25..ed0c27a57a4d8ef2a3b76d64ab7a42f2f83b96c0 100644 (file)
@@ -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 \