X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..9c29aeaca5bdd90922c3192fd5e28530af28aba7:/stglibs/common.lib/Makefile

diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile
index d1c816b6..0ef14dea 100644
--- a/stglibs/common.lib/Makefile
+++ b/stglibs/common.lib/Makefile
@@ -4,17 +4,12 @@
 
 include ../../Makefile.conf
 
-LIB_NAME = stg_common
-PROG = lib$(LIB_NAME)
+LIB_NAME = stgcommon
 
-SRCS = debug.c \
-	stg_error.c \
-	common.cpp \
-	stg_strptime.cpp
+SRCS = common.cpp \
+	strptime.cpp
 
-INCS = debug.h \
-	stg_error.h \
-	common.h
+INCS = common.h
 
 ifneq ($(OS),linux)
 LIBS += -liconv