commit 58aa522a09cdea05627beee45bc601760084efec
parent 7333727189f0c82dd42f6040149a1b1717bad615
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Nov 2011 17:15:45 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc
@@ -135,7 +135,7 @@ The first example is now complete.
Compile it with
@verbatim
cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
- -L$PATH_TO_LIBMHD_INCLUDES -lmicrohttpd
+ -L$PATH_TO_LIBMHD_LIBS -lmicrohttpd
@end verbatim
with the two paths set accordingly and run it.