Install the file in the Hydra/Script directory

This commit is contained in:
Eelco Dolstra 2011-11-22 17:34:23 +01:00
parent 43a9fdc891
commit ec32e833e6

View file

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