From f99d3908901161819665752fd5e3ed69b6b84c6d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 5 Dec 2000 18:42:25 +0000 Subject: [PATCH] * strip webserver --- webcit/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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`\" $< -- 2.39.2