X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/40ec7c02603812a6b65d648e7bded4f8c088cb0e..4e9854931700137d5e1dcfef282edac8ccf90926:/projects/sgauthstress/Makefile

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 \