summaryrefslogtreecommitdiff
path: root/src/common/Makefile.in
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-01 20:22:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-01 20:22:03 +0300
commit95b4e328c254fdb060307990c37ac6acf3cce65f (patch)
tree29d0d99f677d13ad68a103f7c1885438061c2228 /src/common/Makefile.in
parenta84c02d557cbc30dd51e662bf99439b95ca29859 (diff)
parente9c98a1c9069c34e079c0d3e089162dd19d46dac (diff)
downloadhercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.gz
hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.bz2
hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.xz
hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.zip
Merge pull request #1253 from HerculesWS/hpmhooking
Hpmhooking improvements
Diffstat (limited to 'src/common/Makefile.in')
-rw-r--r--src/common/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/Makefile.in b/src/common/Makefile.in
index 4580f70b8..6e7ffa088 100644
--- a/src/common/Makefile.in
+++ b/src/common/Makefile.in
@@ -50,7 +50,8 @@ COMMON_C += console.c core.c memmgr.c socket.c
COMMON_H = atomic.h cbasetypes.h conf.h console.h core.h db.h des.h ers.h \
grfio.h hercules.h HPM.h HPMi.h memmgr.h mapindex.h md5calc.h \
mmo.h mutex.h nullpo.h random.h showmsg.h socket.h spinlock.h \
- sql.h strlib.h sysinfo.h thread.h timer.h utils.h winapi.h
+ sql.h strlib.h sysinfo.h thread.h timer.h utils.h winapi.h \
+ ../plugins/HPMHooking.h
COMMON_PH =
COMMON_SQL_OBJ = obj_sql/sql.o