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/plugins/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/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index c3baa2f30..42d6d821c 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -47,7 +47,7 @@ PLUGINS = sample db2sql HPMHooking_char HPMHooking_login HPMHooking_map $(MYPLUG COMMON_D = ../common # Includes private headers (plugins might need them) -COMMON_H = $(wildcard $(COMMON_D)/*.h) +COMMON_H = $(wildcard $(COMMON_D)/*.h) ../plugins/HPMHooking.h COMMON_INCLUDE = -I.. THIRDPARTY_INCLUDE = -I../../3rdparty |