summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-17 18:16:34 +0100
committerGravatar Martin Szulecki2013-02-17 18:16:34 +0100
commit1f3b90009c3a23f1506a900601874e205224c6aa (patch)
tree6075c04e8d83c9a23333a3a4aa236e80b9a7a5af
parent62de4a3f6f02b7cc3851369dd8b7508056e97788 (diff)
downloadcsoap-1f3b90009c3a23f1506a900601874e205224c6aa.tar.gz
csoap-1f3b90009c3a23f1506a900601874e205224c6aa.tar.bz2
Remove not existing postserver.c example from Makefile to fix make dist
-rw-r--r--Makefile.am3
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 \