diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-14 16:58:03 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-14 16:58:03 +0000 |
commit | 83dcb7d3576caa762b191c5da342093d16f64a81 (patch) | |
tree | bc84b583c2eb9f083584b6ed9357c19672f61d14 /Makefile.am | |
parent | 33412ddebe0aad0ffaa9514450f4884c471becc2 (diff) | |
download | gnutls-83dcb7d3576caa762b191c5da342093d16f64a81.tar.gz |
Set up GnuTLS to use gnulib for portability files.
Initially only adding "getline", I will need it for S/MIME parsing.
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 11a0f3ed74..9a2e6d1104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB SUBDIRS = includes lib libextra src doc tests -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 ChangeLog: cvs2cl --utc -U .cvsusers --fsf -t -S -I ChangeLog -I .cvs |