]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Avoid unneeded dependency
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Apr 2014 18:10:49 +0000 (20:10 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Apr 2014 18:10:49 +0000 (20:10 +0200)
tests/Makefile.am
tests/mini-global-load.c

index 4428172dd84e7141fcbe20fc994076681f1061db..f155dfa9804a1144c88278a95ebba6b5afca951c 100644 (file)
@@ -87,10 +87,6 @@ openssl_LDADD = ../extra/libgnutls-openssl.la $(LDADD)
 endif
 endif
 
-if !WINDOWS
-mini_global_load_LDADD = $(LDADD) -ldl
-endif
-
 if ENABLE_OPENPGP
 ctests += openpgp-auth openpgp-auth2 openpgp-keyring pgps2kgnu
 endif
index cba69076d80f76c3382c2d5542c72c9f4c49e316..68615f72af0ca06d876077d95e2c6eb5daad189f 100644 (file)
@@ -34,9 +34,6 @@
 #include <gnutls/gnutls.h>
 #include "utils.h"
 #include "eagain-common.h"
-#ifndef _WIN32
-# include <dlfcn.h>
-#endif
 
 const char *side;