diff options
| author | 2006-11-29 11:31:35 +0000 | |
|---|---|---|
| committer | 2006-11-29 11:31:35 +0000 | |
| commit | 85d2ea628b121383173c1ef8c3b176ed6891aee9 (patch) | |
| tree | c0c0fd9f90dc7581ab66c580311c1b20cfef1291 /Makefile.am | |
| parent | fd7c2c579f6b10531f1aad4c75ebfadc03652e90 (diff) | |
| download | csoap-85d2ea628b121383173c1ef8c3b176ed6891aee9.tar.gz csoap-85d2ea628b121383173c1ef8c3b176ed6891aee9.tar.bz2 | |
Buildsystem cleanup; documentation enhancements
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Makefile.am b/Makefile.am index b2f42da..cf6fd8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,6 @@ documentation=doc/Doxyfile.api \  broken_examples=examples/nanohttp/client_get.c   \                  examples/nanohttp/client_mime.c  \                  examples/nanohttp/httpcpost.c    \ -                examples/nanohttp/httpget.c      \                  examples/nanohttp/httppost.c     \                  examples/nanohttp/postserver.c   \                  examples/nanohttp/client_post_chunked.c @@ -31,5 +30,5 @@ win32_env=win32/MinGW/Makefile    \            win32/include/wsockcompat.h  EXTRA_DIST=$(documentation) $(win32_env) libcsoap.pc.in libcsoap.m4 \ -           $(broken_examples) +           indent.pro README.ssl README.xmlsec $(broken_examples) | 
