forked from lix-project/lix
Add nix.spec to the distribution
This commit is contained in:
parent
d210cdc435
commit
143224f7cd
2
local.mk
2
local.mk
|
@ -2,6 +2,6 @@ ifeq ($(MAKECMDGOALS), dist)
|
||||||
dist-files += $(shell git ls-files) $(shell git ls-files)
|
dist-files += $(shell git ls-files) $(shell git ls-files)
|
||||||
endif
|
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
|
GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
||||||
|
|
Loading…
Reference in a new issue