1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Install plugins

This commit is contained in:
Eelco Dolstra 2013-05-09 17:02:16 +02:00
parent 184d23dc41
commit 7b78596412

View file

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