]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 17 Mar 2002 22:01:27 +0000 (22:01 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 17 Mar 2002 22:01:27 +0000 (22:01 +0000)
doc/README.CVS
src/Makefile.am

index 7a94ea5c6650211d45f741c06aadbe7b05d92bf4..ccce7b898c639b7a7c27163ce3a6452a3246ca16 100644 (file)
@@ -13,7 +13,7 @@ following software:
 * cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/)
 * latex2html (in order to create gnutls.html)
 * latex/dvips (in order to create gnutls.ps)
-* gaa (to handle example programs' parameters) (http://members.hellug.gr/gaa)
+* gaa (to handle example programs' parameters) (http://members.hellug.gr/nmav/gaa)
 
 1. Download the cvs tree
 $ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls login
index 50a9157c0142370c0aed6dd4cbcb6e26c212e241..7d829dcfc4bf1996a717fd7e251c3b734a12c94c 100644 (file)
@@ -29,13 +29,13 @@ asn1c_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
 
 
 crypt-gaa.c: crypt.gaa
-       gaa crypt.gaa -o crypt-gaa.c -i crypt-gaa.h
+       -gaa crypt.gaa -o crypt-gaa.c -i crypt-gaa.h
 prime-gaa.c: prime.gaa
-       gaa prime.gaa -o prime-gaa.c -i prime-gaa.h
+       -gaa prime.gaa -o prime-gaa.c -i prime-gaa.h
 cli-gaa.c: cli.gaa
-       gaa cli.gaa -o cli-gaa.c -i cli-gaa.h
+       -gaa cli.gaa -o cli-gaa.c -i cli-gaa.h
 tls_test-gaa.c: tls_test.gaa
-       gaa tls_test.gaa -o tls_test-gaa.c -i tls_test-gaa.h
+       -gaa tls_test.gaa -o tls_test-gaa.c -i tls_test-gaa.h
 serv-gaa.c: serv.gaa
-       gaa serv.gaa -o serv-gaa.c -i serv-gaa.h
+       -gaa serv.gaa -o serv-gaa.c -i serv-gaa.h