]> Nishi Git Mirror - libw3.git/commitdiff
making it install httpd too
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 25 Mar 2024 12:24:12 +0000 (12:24 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 25 Mar 2024 12:24:12 +0000 (12:24 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@263 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile
W3Version.h.m4

index ff89eec436e95e9928c98a9ad5f213df201736aa..0d350e34b8e1a312ea339ac71c25ba131d07e5ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ clean:
 
 install: ./w3.pc
        $(MAKE) -C ./Library install PREFIX=$(PREFIX) CC=$(CC)
-       $(MAKE) -C ./Example install PREFIX=$(PREFIX) CC=$(CC) TCL=$(TCL)
+       $(MAKE) -C ./Example install PREFIX=$(PREFIX) CC=$(CC) TCL=$(TCL) HTTPD=$(HTTPD)
        mkdir -p $(PREFIX)/lib/pkgconfig
        cp ./w3.pc $(PREFIX)/lib/pkgconfig/
 
index 5d853c3de7b492fa06a9e11c87bc9ffb9ded119f..274102d7a068c3d917ccf471cb0f75820974ca78 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.20E" \
+#define LIBW3_VERSION "2.20F" \
 SUFFIX
 
 ifdef(`HTTP_SUPPORT', `#define LIBW3_HTTP_SUPPORT', `')