From: Maxim Mamontov Date: Thu, 5 May 2011 15:02:04 +0000 (+0300) Subject: New compilation modules added to the build system X-Git-Tag: 2.407-p1~26 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/4e9854931700137d5e1dcfef282edac8ccf90926 New compilation modules added to the build system --- diff --git a/projects/sgauthstress/Makefile b/projects/sgauthstress/Makefile index a90e9b6d..23c3b5da 100644 --- 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 \