git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3478ff2
)
Remove some shit from common lib Makefile
author
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 7 Apr 2011 15:32:44 +0000
(18:32 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 7 Apr 2011 15:32:44 +0000
(18:32 +0300)
stglibs/common.lib/Makefile
patch
|
blob
|
history
diff --git
a/stglibs/common.lib/Makefile
b/stglibs/common.lib/Makefile
index d1c816b61587975e4fdba6c285e1a06ce6bd2ed7..eb0959b78aaeb62b3d652371fe4e92b0e5af857a 100644
(file)
--- a/
stglibs/common.lib/Makefile
+++ b/
stglibs/common.lib/Makefile
@@
-7,14
+7,10
@@
include ../../Makefile.conf
LIB_NAME = stg_common
PROG = lib$(LIB_NAME)
-SRCS = debug.c \
- stg_error.c \
- common.cpp \
+SRCS = common.cpp \
stg_strptime.cpp
-INCS = debug.h \
- stg_error.h \
- common.h
+INCS = common.h
ifneq ($(OS),linux)
LIBS += -liconv