Fix "make dist"

This commit is contained in:
Eelco Dolstra 2014-02-01 14:28:31 +01:00
parent 0c6d62cf27
commit 6ef32bddc1
9 changed files with 19 additions and 15 deletions

3
local.mk Normal file
View file

@ -0,0 +1,3 @@
dist-files += $(shell git ls-files) $(shell git ls-files)
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr