]> 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 bf2f6404677e136ed7023a5aee6226ad3a19a20f..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
@@ -195,8 +197,9 @@ sptps_test_SOURCES += \
 endif
 
 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
+sptps_speed_LDADD = -lrt
 
-LIBS = @LIBS@ @LIBGCRYPT_LIBS@
+LIBS = @LIBS@
 
 if TUNEMU
 LIBS += -lpcap