From 85d2ea628b121383173c1ef8c3b176ed6891aee9 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 29 Nov 2006 11:31:35 +0000 Subject: Buildsystem cleanup; documentation enhancements --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') 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) -- cgit v1.1-32-gdbae