diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·18+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·18+0100 |
commit | 844d83352c23db4a3131ac2b11b9ed2af03cdfd6 (patch) | |
tree | d689b99ad62cb9187dfdcd593ac7658265ae48ae /local.mk | |
parent | 74ca70da3a6d2f110a9dccf15c46422b1b078e3f (diff) |
More "make dist" fixes
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/local.mk b/local.mk index 6c99ab233273..174e6150e079 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 |