X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d53db9f84ce3a75fc6c14e0b595ab9890c70145f..6b0c81934f762b8804d137375e21e7957446cefd:/projects/sgauthstress/Makefile

diff --git a/projects/sgauthstress/Makefile b/projects/sgauthstress/Makefile
index 0dd514fe..4864da31 100644
--- a/projects/sgauthstress/Makefile
+++ b/projects/sgauthstress/Makefile
@@ -28,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