summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-07-09 16:33:12 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-07-09 16:33:12 +0000
commit097f1f63c69dbae9a03b7d87daf03dabe6c8cf06 (patch)
treee3275080624b7aefde3f60adca31a6cbba418b56
parent630282f1c0bacb2f248e413e0f8302df6bdea218 (diff)
downloadgnutls-097f1f63c69dbae9a03b7d87daf03dabe6c8cf06.tar.gz
added missing rfc2818_hostname.lo object.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f261e7fb67..f37da056d7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -50,7 +50,7 @@ libgnutls_la_LIBADD = $(MINITASN1_OBJECTS) x509/dn.lo x509/crl.lo x509/common.lo
x509/x509.lo x509/extensions.lo x509/compat.lo x509/verify.lo \
x509/mpi.lo x509/privkey.lo x509/pkcs7.lo x509/crq.lo x509/xml.lo x509/sign.lo \
x509/pkcs5.lo x509/privkey_pkcs8.lo x509/pkcs12.lo x509/pkcs12_bag.lo \
- x509/pkcs12_encr.lo
+ x509/pkcs12_encr.lo x509/rfc2818_hostname.lo
libgnutls_la_LDFLAGS = $(LIBASN1_LINK) $(LIBGCRYPT_LIBS) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)