From: Pekka Riikonen Date: Mon, 22 Sep 2008 04:48:15 +0000 (+0300) Subject: Fixed missing HTTP server headers. X-Git-Tag: 1.2.beta5~1 X-Git-Url: http://git.silc.fi/gitweb/?p=runtime.git;a=commitdiff_plain;h=8d0e81414d89d72c5b88d95c80d803eca67da43f Fixed missing HTTP server headers. --- diff --git a/lib/silchttp/Makefile.ad b/lib/silchttp/Makefile.ad index 030e4782..fcead4bb 100644 --- a/lib/silchttp/Makefile.ad +++ b/lib/silchttp/Makefile.ad @@ -23,13 +23,11 @@ libsilchttp_la_SOURCES = \ silchttpserver.c \ silchttpphp.c -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ silchttpserver.h \ silchttpphp.h SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT EXTRA_DIST = *.h $(SILC_EXTRA_DIST)