From 4e9854931700137d5e1dcfef282edac8ccf90926 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 5 May 2011 18:02:04 +0300 Subject: [PATCH] New compilation modules added to the build system --- projects/sgauthstress/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 \ -- 2.43.2