X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..7d8cd97c12ce291be0da9e16e4c1d136020a246d:/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 23470f88..ccc63727 100644
--- a/projects/stargazer/plugins/other/userstat/Makefile
+++ b/projects/stargazer/plugins/other/userstat/Makefile
@@ -1,5 +1,5 @@
 ###############################################################################
-# $Id: Makefile,v 1.1 2008/07/05 12:35:53 faust Exp $
+# $Id: Makefile,v 1.4 2007/09/26 14:07:28 faust Exp $
 ###############################################################################
 
 include ../../../../../Makefile.conf
@@ -20,10 +20,11 @@ endif
 
 PROG = mod_userstat.so
 
-SRCS = ./userstat.cpp
+SRCS = ./userstat.cpp \
+       ./datathread.cpp
 
-LIBS += -lstg_common \
-	-lstg_crypto
+LIBS += -lstgcommon \
+	-lstgcrypto
 
 include ../../Makefile.in