git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce56fd
)
New compilation modules added to the build system
author
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 5 May 2011 15:02:04 +0000
(18:02 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 5 May 2011 15:02:04 +0000
(18:02 +0300)
projects/sgauthstress/Makefile
patch
|
blob
|
history
diff --git
a/projects/sgauthstress/Makefile
b/projects/sgauthstress/Makefile
index a90e9b6da34173300e2f5b67e70cb656c2d4063a..23c3b5da5c497953f0d731596ace309d80f11c28 100644
(file)
--- a/
projects/sgauthstress/Makefile
+++ b/
projects/sgauthstress/Makefile
@@
-2,9
+2,11
@@
include ../../Makefile.conf
PROG = sgauthstress
-SRCS = ./main.cpp \
- ./settings.cpp \
- ./store_loader.cpp
+SRCS = main.cpp \
+ settings.cpp \
+ store_loader.cpp \
+ user.cpp \
+ proto.cpp
STGLIBS = -lstgcrypto \
-lstgcommon \