Add nix.spec to the distribution

This commit is contained in:
Eelco Dolstra 2014-02-04 10:09:45 +01:00
parent d210cdc435
commit 143224f7cd
1 changed files with 1 additions and 1 deletions

View File

@ -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