diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-12T13·44-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-02-07T20·56-0500 |
commit | f7b7df8d1fcb41156fe92ef2ecf5b17074b88446 (patch) | |
tree | f82182ef4ca466809089e462e3261bce30055ef4 /local.mk | |
parent | 418a837897e597c5dc2eb4e458462bd04b2abde7 (diff) |
Add nix-perl package for the perl bindings
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk b/local.mk index eebd71961198..dc10e6870a87 100644 --- a/local.mk +++ b/local.mk @@ -3,7 +3,7 @@ ifeq ($(MAKECMDGOALS), dist) dist-files += $(shell git --git-dir=.git ls-files || find * -type f) endif -dist-files += configure config.h.in nix.spec +dist-files += configure config.h.in nix.spec perl/configure clean-files += Makefile.config |