diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T16·20+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T16·26+0100 |
commit | d1b3ca0b4a57f48f94a555c97f6a555c3a1f3639 (patch) | |
tree | 1ae5117ad9c9197066b9e23c9ef00d5c6a3ada0a /src/nix-env | |
parent | 6dd74b48f8d587fcc215e9f4721eacace7f8f462 (diff) |
Improve building dynamic libraries
They now get a correct RPATH.
Diffstat (limited to 'src/nix-env')
-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 |