From: Art Cancro Date: Tue, 5 Dec 2000 18:42:25 +0000 (+0000) Subject: * strip webserver X-Git-Tag: v7.86~7025 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f99d3908901161819665752fd5e3ed69b6b84c6d;p=citadel.git * strip webserver --- diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 1be0c0305..5c5195f95 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -33,6 +33,7 @@ webserver: webserver.o context_loop.o tools.o \ locate_host.o siteconfig.o subst.o \ mime_parser.o graphics.o netconf.o \ $(LIBOBJS) $(LIBS) -o webserver + strip webserver .c.o: $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) -DWEBCITDIR=\"`pwd`\" $<