diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-07-20 15:07:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-07-20 15:28:56 +0200 |
commit | bb18809024bd63ed500f07e650fdffbdd10acdc1 (patch) | |
tree | 4c5dd7c9a7de1c488d1f9306bd5e5b5cafee236f | |
parent | 07be7c9081f8ad42e8ff2d8fdce4d6d25d296641 (diff) | |
download | gnutls-bb18809024bd63ed500f07e650fdffbdd10acdc1.tar.gz |
removed legacy libgcrypt flags
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tests/safe-renegotiation/Makefile.am | 2 | ||||
-rw-r--r-- | tests/suite/Makefile.am | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0921db9f46..e5a6a00c70 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -51,7 +51,6 @@ AM_CPPFLAGS = \ AM_LDFLAGS = -no-install LDADD = ../lib/libgnutls.la \ libutils.la \ - $(LTLIBGCRYPT) \ $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) dane_LDADD = $(LDADD) ../libdane/libgnutls-dane.la diff --git a/tests/safe-renegotiation/Makefile.am b/tests/safe-renegotiation/Makefile.am index da3556112d..f307cf2991 100644 --- a/tests/safe-renegotiation/Makefile.am +++ b/tests/safe-renegotiation/Makefile.am @@ -24,7 +24,7 @@ AM_CPPFLAGS = \ AM_LDFLAGS = -no-install LDADD = ../libutils.la \ - ../../lib/libgnutls.la $(LTLIBGCRYPT) $(LIBSOCKET) + ../../lib/libgnutls.la $(LIBSOCKET) ctests = srn0 srn1 srn2 srn3 srn4 srn5 diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 1c2788cf53..150a64cf1d 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -37,7 +37,6 @@ AM_LDFLAGS = -no-install LDADD = ../../lib/libgnutls.la \ ../../gl/libgnu.la \ ../libutils.la \ - $(LTLIBGCRYPT) \ $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) |