diff options
author | Haru <haru@dotalux.com> | 2016-03-31 14:42:56 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-04-16 03:51:38 +0200 |
commit | ab42483e0450fb9a9bd904a8b50df559e099a773 (patch) | |
tree | 1f97999cb3821483d197524e90342bd0b42305b4 /src/plugins/Makefile.in | |
parent | c0178d2595e3c0ae2655b9ce2bd5e1ec46d81552 (diff) | |
download | hercules-ab42483e0450fb9a9bd904a8b50df559e099a773.tar.gz hercules-ab42483e0450fb9a9bd904a8b50df559e099a773.tar.bz2 hercules-ab42483e0450fb9a9bd904a8b50df559e099a773.tar.xz hercules-ab42483e0450fb9a9bd904a8b50df559e099a773.zip |
Updated GNU Make build system to support private headers
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 3fe38b6bc..c3baa2f30 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -1,7 +1,7 @@ # This file is part of Hercules. # http://herc.ws - http://github.com/HerculesWS/Hercules # -# Copyright (C) 2013-2015 Hercules Dev Team +# Copyright (C) 2013-2016 Hercules Dev Team # # Hercules is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -46,6 +46,7 @@ ALLPLUGINS = $(filter-out HPMHooking, $(basename $(wildcard *.c))) $(HPMHOOKING) PLUGINS = sample db2sql HPMHooking_char HPMHooking_login HPMHooking_map $(MYPLUGINS) COMMON_D = ../common +# Includes private headers (plugins might need them) COMMON_H = $(wildcard $(COMMON_D)/*.h) COMMON_INCLUDE = -I.. |