X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/40ec7c02603812a6b65d648e7bded4f8c088cb0e..03da774482c3c3cabfc2a92f19d737d015881f28:/projects/sgauthstress/Makefile diff --git a/projects/sgauthstress/Makefile b/projects/sgauthstress/Makefile index a90e9b6d..4864da31 100644 --- a/projects/sgauthstress/Makefile +++ b/projects/sgauthstress/Makefile @@ -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) @@ -27,7 +28,7 @@ OBJS = $(notdir $(patsubst %.cpp, %.o, $(patsubst %.c, %.o, $(SRCS)))) CXXFLAGS += -Wall LDFLAGS += -Wl,-E -L$(DIR_LIB) -Wl,-rpath,$(PREFIX)/usr/lib/stg -Wl,-rpath-link,$(DIR_LIB) -vpath %.so $(DIR_LIB) +vpath %.a $(DIR_LIB) .PHONY: all clean distclean libs plugins all: libs plugins $(PROG) ../../Makefile.conf