chiark / gitweb /
compression yes/no; rename base .so
[chiark-tcl.git] / base / common.make
index a71574786383e0d4e93395310d11f8b23d19b3f2..d5db198ec7288828869827489d22eb1de6df339e 100644 (file)
@@ -25,7 +25,7 @@ TCL_MEM_DEBUG ?=      -DTCL_MEM_DEBUG
 
 TCMDIFGEN ?=   $(BASE_DIR)/tcmdifgen
 BASE_TCT ?=    $(BASE_DIR)/base.tct
-BASE_SHLIB ?=  $(FAMILY)-$(VERSION)
+BASE_SHLIB ?=  lib$(FAMILY)-$(VERSION)
 
 ifeq ($(shell $(CC) -Wno-pointer-sign -E -x c /dev/null >/dev/null || echo x),)
 CFLAGS +=      -Wno-pointer-sign