aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 17:15:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 17:15:45 +0000
commit58aa522a09cdea05627beee45bc601760084efec (patch)
tree28ba59eddc9395490e76275a7089852bf377f168
parent7333727189f0c82dd42f6040149a1b1717bad615 (diff)
downloadlibmicrohttpd-58aa522a09cdea05627beee45bc601760084efec.tar.gz
libmicrohttpd-58aa522a09cdea05627beee45bc601760084efec.zip
fix
-rw-r--r--doc/chapters/hellobrowser.inc2
1 files changed, 1 insertions, 1 deletions
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.
135Compile it with 135Compile it with
136@verbatim 136@verbatim
137cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES 137cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
138 -L$PATH_TO_LIBMHD_INCLUDES -lmicrohttpd 138 -L$PATH_TO_LIBMHD_LIBS -lmicrohttpd
139@end verbatim 139@end verbatim
140with the two paths set accordingly and run it. 140with the two paths set accordingly and run it.
141 141