diff options
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk b/local.mk index c48857f24be7..5cdba4d332ef 100644 --- a/local.mk +++ b/local.mk @@ -2,6 +2,6 @@ ifeq ($(MAKECMDGOALS), dist) dist-files += $(shell git ls-files) $(shell git ls-files) endif -dist-files += configure config.h.in +dist-files += configure config.h.in nix.spec GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr |