]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
Locks added, rnd logic for ALIVE changed, CONN_ACK bug fixed
[stg.git] / projects / sgauthstress / Makefile
index a90e9b6da34173300e2f5b67e70cb656c2d4063a..0dd514fe22409c723fd855e1658dc4d14fe8e243 100644 (file)
@@ -2,14 +2,15 @@ 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 \
-           -ldotconfpp \
-           -lstgia
+           -ldotconfpp
 
 LIBS += $(LIB_THREAD)