git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NY Flight] Use common encryption/decryption functions.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig2
/
Makefile
diff --git
a/projects/stargazer/plugins/configuration/sgconfig2/Makefile
b/projects/stargazer/plugins/configuration/sgconfig2/Makefile
index ab02cdff90f03187b9c9032a4727d4a993bbe89f..68bf7f740b6f3aec3ce6caf2fc92239417ef1743 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig2/Makefile
+++ b/
projects/stargazer/plugins/configuration/sgconfig2/Makefile
@@
-16,7
+16,8
@@
SRCS = ./stgconfig.cpp \
LIBS += -lexpat \
$(LIB_THREAD)
LIBS += -lexpat \
$(LIB_THREAD)
-STGLIBS = -lstg_common -lstg_logger
+STGLIBS = common \
+ logger
include ../../Makefile.in
include ../../Makefile.in