###############################################################################
-# $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
PROG = mod_userstat.so
-SRCS = ./userstat.cpp
+SRCS = ./userstat.cpp \
+ ./datathread.cpp
-LIBS += -lstg_common \
- -lstg_crypto
+LIBS += -lstgcommon \
+ -lstgcrypto
include ../../Makefile.in