]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Thu, 20 Sep 2007 12:43:16 +0000 (14:43 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 20 Sep 2007 12:43:16 +0000 (14:43 +0200)
doc/gnutls.texi

index f9755e9ba74af05e254e0b3c31b6a0927d51f5c4..c63dd5de5d9b22615bb9f0b5a29fda1c4485354e 100644 (file)
@@ -3820,9 +3820,9 @@ When adding the files, you'll need to add them to @code{Makefile.am}
 as well, for example:
 
 @example
-if ENABLE_AUTHZ
-COBJECTS += ext_authz.c
-HFILES += ext_authz.h
+if ENABLE_FOOBAR
+COBJECTS += ext_foobar.c
+HFILES += ext_foobar.h
 endif
 @end example