summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-15 21:34:06 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-15 21:34:06 +0000
commit93e67495b8233310535aeaa80dbb635294642770 (patch)
tree6e154fe344388df7f06953b4f3287e68884324cb /Makefile.am
parent0cf58a08dbed12db1202d317b4fd2432a3a58b7b (diff)
downloadgnutls-93e67495b8233310535aeaa80dbb635294642770.tar.gz
Add Nettle.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ab2143df8a..179ef3e460 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,11 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB
-SUBDIRS = gl crypto includes lib libextra src doc tests
+SUBDIRS = gl
+if NETTLE
+SUBDIRS += nettle
+endif
+SUBDIRS += crypto includes lib libextra src doc tests
ACLOCAL_AMFLAGS = -I m4 -I gl/m4