X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5ccaabc825f5951d8328fe4c325d131feb7c2208..980332313bffde590173f76fd006837e0c8f3bed:/stglibs/common.lib/Makefile diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile index eb0959b7..1f662c25 100644 --- a/stglibs/common.lib/Makefile +++ b/stglibs/common.lib/Makefile @@ -4,16 +4,13 @@ include ../../Makefile.conf -LIB_NAME = stg_common -PROG = lib$(LIB_NAME) +LIB_NAME = stgcommon SRCS = common.cpp \ - stg_strptime.cpp + strptime.cpp INCS = common.h -ifneq ($(OS),linux) -LIBS += -liconv -endif +LIBS += $(LIBICONV) include ../Makefile.in