Merge pull request #999 from DeterminateSystems/fixup/pr-998

lib/makefile: include Event/*.pm
This commit is contained in:
Graham Christensen 2021-08-16 14:13:18 -04:00 committed by GitHub
commit fda3ed1d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = \