summaryrefslogtreecommitdiff
path: root/libextra/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-06 15:25:27 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-06 15:25:27 +0000
commit0fe8e775efb44135e781404034805c2ad43e52cb (patch)
tree52e3c110fd24492db2e1ad3e21361ce414c1dac1 /libextra/Makefile.am
parentdc2bd6636132a56a22bf8709d5bbcdcf44743ac0 (diff)
downloadgnutls-0fe8e775efb44135e781404034805c2ad43e52cb.tar.gz
added gnutls_openssl.c
Diffstat (limited to 'libextra/Makefile.am')
-rw-r--r--libextra/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 67ef992cd3..e682c2c86a 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -14,7 +14,7 @@ lib_LTLIBRARIES = libgnutls-extra.la
COBJECTS_EXTRA = crypt_bcrypt.c crypt.c crypt_srpsha1.c ext_srp.c \
gnutls_srp.c auth_srp.c auth_srp_passwd.c auth_srp_sb64.c \
- gnutls_openpgp.c gnutls_extra.c
+ gnutls_openpgp.c gnutls_extra.c gnutls_openssl.c
libgnutls_extra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)