Skip to content

Commit

Permalink
Install serve-protocol.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 9, 2015
1 parent 7c45018 commit f90e9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ clean-files += Makefile.config

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

$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh) src/nix-store/serve-protocol.hh, \
$(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))

$(foreach i, $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644)))

0 comments on commit f90e9b6

Please sign in to comment.