X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4ab6759cf046b076e454cbf01bc4b299e4e63794..07802098b4ebcddaa55994f7a87fe0b0e8514d04:/projects/stargazer/plugins/other/userstat/Makefile?ds=sidebyside

diff --git a/projects/stargazer/plugins/other/userstat/Makefile b/projects/stargazer/plugins/other/userstat/Makefile
index 0046e2cf..ccc63727 100644
--- a/projects/stargazer/plugins/other/userstat/Makefile
+++ b/projects/stargazer/plugins/other/userstat/Makefile
@@ -23,8 +23,8 @@ PROG = mod_userstat.so
 SRCS = ./userstat.cpp \
        ./datathread.cpp
 
-LIBS += -lstg_common \
-	-lstg_crypto
+LIBS += -lstgcommon \
+	-lstgcrypto
 
 include ../../Makefile.in