]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/Makefile
Introduced SGCP library.
[stg.git] / stglibs / common.lib / Makefile
index eb0959b78aaeb62b3d652371fe4e92b0e5af857a..33f29440463ef847f362e1fa703980d43ea2e9ba 100644 (file)
@@ -4,13 +4,14 @@
 
 include ../../Makefile.conf
 
-LIB_NAME = stg_common
-PROG = lib$(LIB_NAME)
+LIB_NAME = stgcommon
 
 SRCS = common.cpp \
-       stg_strptime.cpp
+       strptime.cpp \
+       blockio.cpp
 
-INCS = common.h
+INCS = common.h \
+       blockio.h
 
 ifneq ($(OS),linux)
 LIBS += -liconv