git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TRAFFCOUNTER_IMPL changed to use USER_IMPL instead of USER
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
userstat
/
Makefile
diff --git
a/projects/stargazer/plugins/other/userstat/Makefile
b/projects/stargazer/plugins/other/userstat/Makefile
index 23470f88da9c20add0f2e2d1c9459a0c843a743e..ccc637274ebb2a3f6e4e1d8bf332c031d983b173 100644
(file)
--- 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
###############################################################################
include ../../../../../Makefile.conf
@@
-20,10
+20,11
@@
endif
PROG = mod_userstat.so
PROG = mod_userstat.so
-SRCS = ./userstat.cpp
+SRCS = ./userstat.cpp \
+ ./datathread.cpp
-LIBS += -lstg
_
common \
- -lstg
_
crypto
+LIBS += -lstgcommon \
+ -lstgcrypto
include ../../Makefile.in
include ../../Makefile.in