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

View file

@ -1,4 +1,5 @@
makefiles = \
local.mk \
src/boost/format/local.mk \
src/libutil/local.mk \
src/libstore/local.mk \
@ -18,8 +19,6 @@ makefiles = \
doc/manual/local.mk \
tests/local.mk
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
include Makefile.config
include mk/lib.mk