Fix "make dist"
This commit is contained in:
parent
0c6d62cf27
commit
6ef32bddc1
9 changed files with 19 additions and 15 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue