diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-14 17:05:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-14 17:05:14 +0000 |
commit | f802065f78eb46c395da375c98e95e56fcd3afa1 (patch) | |
tree | 837c87275336ce807c5050f25e0a2c035c369340 /Makefile.am | |
parent | 83dcb7d3576caa762b191c5da342093d16f64a81 (diff) | |
download | gnutls-f802065f78eb46c395da375c98e95e56fcd3afa1.tar.gz |
Recurse into gl/.
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 9a2e6d1104..3c2c8e747d 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 = includes lib libextra src doc tests +SUBDIRS = gl includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |