]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Build x509self.
authorSimon Josefsson <simon@josefsson.org>
Fri, 10 Aug 2007 10:49:16 +0000 (12:49 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 10 Aug 2007 10:49:16 +0000 (12:49 +0200)
tests/Makefile.am

index 8d9b9143a4d28879a088d39e7d8a3c31e472b73c..15c63e5512c4ed11b2d6a75c034868d292d80f03 100644 (file)
@@ -28,7 +28,8 @@ endif
 
 AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl                        \
        -I$(top_srcdir)/gl -I$(top_builddir)/gl                         \
-       -I$(top_srcdir)/includes -I$(top_builddir)/includes
+       -I$(top_srcdir)/includes -I$(top_builddir)/includes             \
+       -I$(top_srcdir)/doc/examples
 AM_LDFLAGS = -no-install
 LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/liblgnu.la libutils.la
 
@@ -39,7 +40,7 @@ ctests = simple openssl gc set_pkcs12_cred certder    \
        certificate_set_x509_crl dn parse_ca
 openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
 if HAVE_FORK
-ctests +=  anonself pskself dhepskself tlsia resume
+ctests +=  x509self anonself pskself dhepskself tlsia resume
 tlsia_LDADD = ../libextra/libgnutls-extra.la $(LDADD) @LTLIBREADLINE@
 endif
 gc_LDADD = $(LDADD) $(LIBGCRYPT_LIBS)