From 143224f7cd6f6667047a1683c1ede4e1f7816843 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 Feb 2014 10:09:45 +0100 Subject: [PATCH] Add nix.spec to the distribution --- local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.mk b/local.mk index c48857f24..5cdba4d33 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