diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-10 11:35:05 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-10 11:35:05 +0000 |
commit | a04cb6eb38bf06ba27086117e6a0c713e24f92be (patch) | |
tree | 6ad20cf55cc55ef65b6abfabb9777d5370390fd5 /Makefile.am | |
parent | c54c7030d6ce64eaef4b67e2408c306cfce77a06 (diff) | |
download | gnutls-a04cb6eb38bf06ba27086117e6a0c713e24f92be.tar.gz |
Added configure option to use the included libasn1.
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 4810ccb2ba..e96639b839 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 PGPKEYS COPYING.LIB -SUBDIRS = libasn1 lib libextra src doc tests +SUBDIRS = $(LIBASN1_DIR) lib libextra src doc tests ChangeLog: cvs2cl --utc -U .cvsusers --fsf -t -S --prune |