git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow to user USER_IMPL with USERS_IMPL methods (like SearchNext, Find*
[stg.git]
/
projects
/
convertor
/
Makefile
diff --git
a/projects/convertor/Makefile
b/projects/convertor/Makefile
index c07f698efec322ae0a34cdb880321bccf85ec35e..569917d2138c6d656b561457566b521cd38610e2 100644
(file)
--- a/
projects/convertor/Makefile
+++ b/
projects/convertor/Makefile
@@
-7,12
+7,12
@@
include ../../Makefile.conf
PROG = convertor
SRCS = ./main.cpp \
- ./settings.cpp
+ ./settings
_impl
.cpp
-STGLIBS = -lstg
_
logger \
- -lstg
_
common \
+STGLIBS = -lstglogger \
+ -lstgcommon \
-ldotconfpp \
- -lstg
_
crypto
+ -lstgcrypto
LIBS += $(LIB_THREAD)