lib/makefile: include Event/*.pm

This commit is contained in:
Your Name 2021-08-16 14:04:48 -04:00
parent a14c8ad5f8
commit cfd3034af8

View file

@ -10,6 +10,7 @@ PERL_MODULES = \
$(wildcard Hydra/Base/Controller/*.pm) \
$(wildcard Hydra/Script/*.pm) \
$(wildcard Hydra/Component/*.pm) \
$(wildcard Hydra/Event/*.pm) \
$(wildcard Hydra/Plugin/*.pm)
EXTRA_DIST = \