Christian Grothoff 14 yıl önce
ebeveyn
işleme
58aa522a09
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      doc/chapters/hellobrowser.inc

+ 1 - 1
doc/chapters/hellobrowser.inc

@@ -135,7 +135,7 @@ The first example is now complete.
 Compile it with 
 Compile it with 
 @verbatim
 @verbatim
 cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES 
 cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES 
-  -L$PATH_TO_LIBMHD_INCLUDES -lmicrohttpd
+  -L$PATH_TO_LIBMHD_LIBS -lmicrohttpd
 @end verbatim
 @end verbatim
 with the two paths set accordingly and run it.
 with the two paths set accordingly and run it.