]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/Makefile
Do not stop on \0 while encoding binary to string
[stg.git] / stglibs / common.lib / Makefile
index d1c816b61587975e4fdba6c285e1a06ce6bd2ed7..3e52ad8d32006480269b66194f1b68d9ab68c2b7 100644 (file)
@@ -4,17 +4,13 @@
 
 include ../../Makefile.conf
 
-LIB_NAME = stg_common
+LIB_NAME = stgcommon
 PROG = lib$(LIB_NAME)
 
-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