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 "using namespace std;" from stargazer.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
rpcconfig
/
Makefile
diff --git
a/projects/stargazer/plugins/configuration/rpcconfig/Makefile
b/projects/stargazer/plugins/configuration/rpcconfig/Makefile
index e0e090521fe206422834957a51f22d6efad30a9c..cbbe79c6b855275b2eca3badeec82eb3b287058c 100644
(file)
--- a/
projects/stargazer/plugins/configuration/rpcconfig/Makefile
+++ b/
projects/stargazer/plugins/configuration/rpcconfig/Makefile
@@
-24,7
+24,9
@@
ifneq ($(OS),linux)
LIBS += -liconv
endif
-STGLIBS = -lstgcommon -lstglogger
+STGLIBS = common \
+ logger \
+ scriptexecuter
include ../../Makefile.in