]> 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 ccb966cae1b6f1d9c21efd053d604bb219beaf50..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
@@ -197,7 +199,7 @@ endif
 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
 sptps_speed_LDADD = -lrt
 
-LIBS = @LIBS@ @LIBGCRYPT_LIBS@
+LIBS = @LIBS@
 
 if TUNEMU
 LIBS += -lpcap