Fixed missing HTTP server headers.
authorPekka Riikonen <priikone@localhost.localdomain>
Mon, 22 Sep 2008 04:48:15 +0000 (07:48 +0300)
committerPekka Riikonen <priikone@localhost.localdomain>
Mon, 22 Sep 2008 04:48:15 +0000 (07:48 +0300)
lib/silchttp/Makefile.ad

index 030e47820a7eb590ab95054a70cd332bd34b1756..fcead4bbecf2d17de8e9e29a86c3fe144dbebc5a 100644 (file)
@@ -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)