X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..69aaa0bd928ece0837c8e88441c80f1f8cf1fe38:/projects/stargazer/plugins/other/userstat/Makefile 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