]> git.stg.codes - stg.git/commitdiff
New compilation modules added to the build system
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 15:02:04 +0000 (18:02 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 15:02:04 +0000 (18:02 +0300)
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 \