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:
747017e
)
В консольном авторизаторе убрана компоновка с -lexpat и -ldl
author
Maxim Mamontov
<faust@gts.dp.ua>
Wed, 8 Dec 2010 14:45:41 +0000
(16:45 +0200)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Wed, 8 Dec 2010 14:45:41 +0000
(16:45 +0200)
projects/sgauth/Makefile
patch
|
blob
|
history
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 47488cc2c94421e1fd120e21bc00573902443500..7f597b95936022be55d92f0ae8ea74688d0f0512 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-15,11
+15,9
@@
STGLIBS = -lconffiles \
-lia_auth_c \
-lcommon_settings
-LIBS += $(LIB_THREAD) \
- -lexpat
+LIBS += $(LIB_THREAD)
ifeq ($(OS),linux)
-LIBS += -ldl
else
LIBS += -lintl \
-lc
@@
-93,5
+91,3
@@
deps: $(SRCS) ../../Makefile.conf sgauth.css
echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) -MM $$file` Makefile" >> deps ;\
echo -e '\t$$(CC) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\
done
-
-