about summary refs log blame commit diff
path: root/local.mk
blob: c48857f24be7c20b782b08c395e496fc68a3bd87 (plain) (tree)
1
2
3
4
5
6
7


                                                           
 


                                                                                           
ifeq ($(MAKECMDGOALS), dist)
  dist-files += $(shell git ls-files) $(shell git ls-files)
endif

dist-files += configure config.h.in

GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr