From 779966e4299d4e9e6f3919152b47ff06f78c3cd2 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 6 Feb 2024 04:53:46 +0000 Subject: [PATCH] fixing the flag git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@173 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 248dfb6..816f19e 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ endif echo "Description: The WWW Library" >> $@ echo "Version: $(VERSION)" >> $@ echo "Cflags: -I\$${includedir}/W3" >> $@ - echo "Libs: -I\$${libdir} -lw3" >> $@ + echo "Libs: -L\$${libdir} -lw3" >> $@ clean: -rm -f ./w3.pc w3-*.zip w3-*.tar.gz w3-*.lzh ./Library/W3Version.h *~ -- 2.43.0