]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Dirt in quick hack Makefile.am to compile a couple of new file.
[meshlink] / src / Makefile.am
index bf2f6404677e136ed7023a5aee6226ad3a19a20f..b5cac5a53be46b20b543f1db7e1a471cfc600b25 100644 (file)
@@ -9,6 +9,7 @@ endif
 DEFAULT_INCLUDES =
 
 tincd_SOURCES = \
+       libmeshlink.c libmeshlink.h \
        buffer.c buffer.h \
        cipher.h \
        conf.c conf.h \
@@ -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