summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-21 10:59:47 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-21 10:59:47 +0000
commit3bcb49727d8a68cfd9c5aa5ba88875a07d8de7ed (patch)
tree882666011002854bee1657e8288f6af44f02b0fb
parentd7c733d1f074811a53b86614fbe2812e75cf9e85 (diff)
downloadgnutls-3bcb49727d8a68cfd9c5aa5ba88875a07d8de7ed.tar.gz
Need lgpl gnulib.
-rw-r--r--tests/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c107ff9f9e..eb7b1f6772 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,9 +19,11 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AM_CPPFLAGS = -I../gl -I$(top_srcdir)/gl -I../includes -I$(top_srcdir)/includes
+AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
+ -I$(top_srcdir)/gl -I$(top_builddir)/gl \
+ -I../includes -I$(top_srcdir)/includes
AM_LDFLAGS = -no-install
-LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lib/libgnutls.la libutils.la
+LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/libgnu.la libutils.la
noinst_LTLIBRARIES = libutils.la
libutils_la_SOURCES = utils.h utils.c
@@ -41,8 +43,7 @@ ctests = simple openssl gc set_pkcs12_cred certder
openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
if HAVE_FORK
ctests += anonself pskself dhepskself tlsia resume
-tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la \
- ../gl/libgnu.la @LTLIBREADLINE@
+tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la @LTLIBREADLINE@
endif
gc_LDADD = $(LDADD) $(LIBGCRYPT_LIBS)