]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
Fix compilation and linkage issues
[stg.git] / projects / sgauthstress / Makefile
index 0dd514fe22409c723fd855e1658dc4d14fe8e243..4864da31caa597a227369447d5490d2a0d4d8b74 100644 (file)
@@ -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