diff options
author | Haruna <haru@dotalux.com> | 2014-11-08 14:42:25 +0100 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2014-11-08 14:42:25 +0100 |
commit | af91b9292003ae8e96aae467b8e65cdf7e9da0ab (patch) | |
tree | 178879dfa3e9cb36c311026088d59b9c91648c0c /src/plugins/Makefile.in | |
parent | 14b6322f8cfd6d65d04075825aa93f797a9c3af5 (diff) | |
parent | 24c6aa90952a8f458556f4adcfe1ce7981f86262 (diff) | |
download | hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.gz hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.bz2 hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.xz hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.zip |
Merge pull request #381 from 4144/loginplugins
Add support for plugins in login server
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 7f94e6b67..5c93edb84 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -28,7 +28,7 @@ HPMHOOKING = $(addprefix HPMHooking_, login char map) ALLPLUGINS = $(filter-out HPMHooking, $(basename $(wildcard *.c))) $(HPMHOOKING) # Plugins that will be built through 'make plugins' or 'make all' -PLUGINS = sample db2sql HPMHooking_map $(MYPLUGINS) +PLUGINS = sample db2sql HPMHooking_login HPMHooking_map $(MYPLUGINS) COMMON_D = ../common COMMON_H = $(wildcard $(COMMON_D)/*.h) |