git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Immediate disconnect on Unauthorize if not authorized.
[stg.git]
/
stglibs
/
common.lib
/
Makefile
diff --git
a/stglibs/common.lib/Makefile
b/stglibs/common.lib/Makefile
index 0ef14dea0a8af4f700317e1a2d0dad97b69972a8..1f662c25c3357985ec83d49a11fbb5129b7a4539 100644
(file)
--- a/
stglibs/common.lib/Makefile
+++ b/
stglibs/common.lib/Makefile
@@
-11,8
+11,6
@@
SRCS = common.cpp \
INCS = common.h
-ifneq ($(OS),linux)
-LIBS += -liconv
-endif
+LIBS += $(LIBICONV)
include ../Makefile.in