]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/userstat/Makefile
Merge branch 'naffanya-dev'
[stg.git] / projects / stargazer / plugins / other / userstat / Makefile
index 23470f88da9c20add0f2e2d1c9459a0c843a743e..ccc637274ebb2a3f6e4e1d8bf332c031d983b173 100644 (file)
@@ -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