diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-env/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.new b/src/nix-env/Makefile.new index 303af603afa3..04545231caf3 100644 --- a/src/nix-env/Makefile.new +++ b/src/nix-env/Makefile.new @@ -2,6 +2,6 @@ PROGRAMS += nix-env nix-env_DIR := $(d) -nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh +nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc nix-env_LIBS = libexpr libmain libstore libutil libformat |