editline: wip

This commit is contained in:
Will Dietz 2018-10-29 08:44:58 -05:00
parent f90a67e24d
commit 3d974d31fa
13 changed files with 89 additions and 4648 deletions

View file

@ -4,7 +4,6 @@ nix_DIR := $(d)
nix_SOURCES := \
$(wildcard $(d)/*.cc) \
$(wildcard src/linenoise/*.cpp) \
$(wildcard src/build-remote/*.cc) \
$(wildcard src/nix-build/*.cc) \
$(wildcard src/nix-channel/*.cc) \
@ -18,7 +17,7 @@ nix_SOURCES := \
nix_LIBS = libexpr libmain libstore libutil libformat
nix_LDFLAGS = -pthread $(SODIUM_LIBS)
nix_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS)
$(foreach name, \
nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \