diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-10-17 13:24:35 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-10-17 13:24:35 +0000 |
commit | 073b2b3385b10164f6656302a99159f465740375 (patch) | |
tree | e82450cbfa5e115af323d0d4293247278a42986d /Makefile.am | |
parent | bd20ac4950b3cd86a733184a1195e6071c281837 (diff) | |
download | gnutls-073b2b3385b10164f6656302a99159f465740375.tar.gz |
Replace nettle+crypto with gnulib.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 192a3a03aa..c8c42505a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,11 +21,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl -if NETTLE -SUBDIRS += nettle -endif -SUBDIRS += crypto includes lib libextra src doc tests +SUBDIRS = gl includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |