diff options
author | Haru <haru@dotalux.com> | 2016-02-28 02:12:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-04-30 15:57:45 +0200 |
commit | 1ec93281b66061f7f7cff509450299bdcbf813b4 (patch) | |
tree | 737a9b2ea7cf5bc1e64f521d3987ea2997b688f5 /src/char/Makefile.in | |
parent | 1a2a4f1477ebddcaefd132c141f7bbf64b23f016 (diff) | |
download | hercules-1ec93281b66061f7f7cff509450299bdcbf813b4.tar.gz hercules-1ec93281b66061f7f7cff509450299bdcbf813b4.tar.bz2 hercules-1ec93281b66061f7f7cff509450299bdcbf813b4.tar.xz hercules-1ec93281b66061f7f7cff509450299bdcbf813b4.zip |
Moved HPMHooking-related definitions to plugins/HPMHooking.h
- Plugins that want to make use of the HPMHooking must now include
"plugins/HPMHooking.h".
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/Makefile.in')
-rw-r--r-- | src/char/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/Makefile.in b/src/char/Makefile.in index 456f7e9d2..fe40621fb 100644 --- a/src/char/Makefile.in +++ b/src/char/Makefile.in @@ -23,7 +23,7 @@ CONFIG_D = ../config CONFIG_H = $(wildcard $(CONFIG_D)/*.h) $(wildcard $(CONFIG_D)/*/*.h) COMMON_D = ../common -COMMON_H = $(filter-out %.p.h, $(wildcard $(COMMON_D)/*.h)) +COMMON_H = $(filter-out %.p.h, $(wildcard $(COMMON_D)/*.h)) ../plugins/HPMHooking.h SYSINFO_INC = $(COMMON_D)/sysinfo.inc COMMON_INCLUDE = -I.. |