]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
New compilation modules added to the build system
[stg.git] / projects / sgauthstress / Makefile
index a90e9b6da34173300e2f5b67e70cb656c2d4063a..23c3b5da5c497953f0d731596ace309d80f11c28 100644 (file)
@@ -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 \