]> 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 ccb966cae1b6f1d9c21efd053d604bb219beaf50..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
@@ -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