diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-15 20:20:39 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-15 20:20:39 +0000 |
commit | 894568e3be3697efa6fb17c7f7505346a93a3dfa (patch) | |
tree | c62bd85dd457554e40c77c6eeecdca360d1a244c /Makefile.am | |
parent | b9dd0510e51b64c73a7f7c7a7d9f41ff6304bb36 (diff) | |
download | gnutls-894568e3be3697efa6fb17c7f7505346a93a3dfa.tar.gz |
Initiate move of all libgcrypt calls to crypto/gc* wrapper.
Currently only encryption/decryption goes through generic API.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff1b960fb9..ab2143df8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB -SUBDIRS = gl includes lib libextra src doc tests +SUBDIRS = gl crypto includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |