about summary refs log tree commit diff
path: root/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T14·18+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T14·18+0100
commit844d83352c23db4a3131ac2b11b9ed2af03cdfd6 (patch)
treed689b99ad62cb9187dfdcd593ac7658265ae48ae /local.mk
parent74ca70da3a6d2f110a9dccf15c46422b1b078e3f (diff)
More "make dist" fixes
Diffstat (limited to 'local.mk')
-rw-r--r--local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.mk b/local.mk
index 6c99ab2332..174e6150e0 100644
--- a/local.mk
+++ b/local.mk
@@ -1,3 +1,5 @@
 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
+dist-files += configure config.h.in
+
+GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr