]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Dirty change to Makefile.am so that libmeshlink.[ch] links to all the necessary objects
[meshlink] / src / Makefile.am
index 64c845d60e278a305e3aa8bdb84d3bcf4472b8e5..ed0c27a57a4d8ef2a3b76d64ab7a42f2f83b96c0 100644 (file)
@@ -70,6 +70,7 @@ tincd_SOURCES = \
        xalloc.h
 
 tinc_SOURCES = \
+       libmeshlink.c libmeshlink.h \
        dropin.c dropin.h \
        getopt.c getopt.h \
        getopt1.c \
@@ -97,6 +98,7 @@ sptps_speed_SOURCES = \
        sptps_speed.c \
        utils.c utils.h
 
+
 ## Conditionally compile device drivers
        
 if LINUX