From 58aa522a09cdea05627beee45bc601760084efec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Nov 2011 17:15:45 +0000 Subject: [PATCH] fix --- doc/chapters/hellobrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc index bfb5166e..3c77c806 100644 --- 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.