git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed more unused stuff.
[stg.git]
/
stglibs
/
common.lib
/
Makefile
diff --git
a/stglibs/common.lib/Makefile
b/stglibs/common.lib/Makefile
index 33f29440463ef847f362e1fa703980d43ea2e9ba..932e270948b62d3b78fed5186e6889e53dd304b2 100644
(file)
--- a/
stglibs/common.lib/Makefile
+++ b/
stglibs/common.lib/Makefile
@@
-13,8
+13,6
@@
SRCS = common.cpp \
INCS = common.h \
blockio.h
-ifneq ($(OS),linux)
-LIBS += -liconv
-endif
+LIBS += $(LIBICONV)
include ../Makefile.in