]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Only print an error with send_termreq if debug_lvl is 2 or more.
[meshlink] / src / Makefile.am
index 028245578748b3141a31b300fa2b466ddc91fec6..0a252d1b69ca35093c2098af77abbb8c2fd6e81f 100644 (file)
@@ -12,8 +12,8 @@ noinst_HEADERS = conf.h encr.h net.h netutl.h protocol.h
 LIBS = @LIBS@
 
 tincd_LDADD = $(top_builddir)/cipher/libcipher.la \
-       $(top_builddir)/lib/libvpn.a -ldl
+       $(top_builddir)/lib/libvpn.a
 
 genauth_LDADD = $(top_builddir)/lib/libvpn.a
 
-CFLAGS += -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\"
+CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\"