git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added command line parser prototype.
[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 c2fb03d63f9bf21ec5e50bf00cd58b3ae252078c..b2bdabf6418fa8808cf8777356b2c161041cf469 100644
(file)
--- a/
projects/stargazer/plugins/configuration/rpcconfig/Makefile
+++ b/
projects/stargazer/plugins/configuration/rpcconfig/Makefile
@@
-24,7
+24,10
@@
ifneq ($(OS),linux)
LIBS += -liconv
endif
-STGLIBS = -lstg_common -lstg_logger
+STGLIBS = common \
+ locker \
+ logger \
+ scriptexecuter
include ../../Makefile.in