git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename parameter's names
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
Makefile
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/Makefile
b/projects/stargazer/plugins/configuration/sgconfig/Makefile
index f49ed0189bbed5bfae25b950c5a3b267f3d055ef..b6f4938a632095cfcdf505f4fb950e39d65845e6 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/Makefile
+++ b/
projects/stargazer/plugins/configuration/sgconfig/Makefile
@@
-16,7
+16,11
@@
SRCS = ./stgconfig.cpp \
LIBS += -lexpat \
$(LIB_THREAD)
-STGLIBS = -lstgcommon -lstglogger -lstgcrypto
+STGLIBS = common \
+ locker \
+ logger \
+ crypto \
+ scriptexecuter
include ../../Makefile.in