diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-29 12:20:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-07 11:16:02 +0300 |
commit | bbe7fedeaff263999f6c105835c23f0c0ad0a81f (patch) | |
tree | ec625215f49f2e7caba69745e733dd972e027cf2 /src/plugins/Makefile.in | |
parent | 05394b48d045f5dfd725dfc37565ee8ea354d21f (diff) | |
download | hercules-bbe7fedeaff263999f6c105835c23f0c0ad0a81f.tar.gz hercules-bbe7fedeaff263999f6c105835c23f0c0ad0a81f.tar.bz2 hercules-bbe7fedeaff263999f6c105835c23f0c0ad0a81f.tar.xz hercules-bbe7fedeaff263999f6c105835c23f0c0ad0a81f.zip |
Enable HPMHooking building for 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) |