]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
Remove some shit from common lib Makefile
[stg.git] / stglibs / common.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $
3 ###############################################################################
4
5 include ../../Makefile.conf
6
7 LIB_NAME = stg_common
8 PROG = lib$(LIB_NAME)
9
10 SRCS = common.cpp \
11         stg_strptime.cpp
12
13 INCS = common.h
14
15 ifneq ($(OS),linux)
16 LIBS += -liconv
17 endif
18
19 include ../Makefile.in