diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0a931a1..02c9ce3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,7 @@ documentation=doc/Doxyfile.api \ doc/images/logo02.gif broken_examples=examples/nanohttp/httpcpost.c \ - examples/nanohttp/httppost.c \ - examples/nanohttp/postserver.c + examples/nanohttp/httppost.c win32_env=win32/MinGW/Makefile \ win32/MinGW/compile.bat \ |