diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·53+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·53+0100 |
commit | b4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch) | |
tree | 1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /src/nix-env | |
parent | 568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff) |
Update Makefiles
Diffstat (limited to 'src/nix-env')
-rw-r--r-- | src/nix-env/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile b/src/nix-env/Makefile index 04545231caf3..5a38d2fb76af 100644 --- a/src/nix-env/Makefile +++ b/src/nix-env/Makefile @@ -2,6 +2,6 @@ PROGRAMS += nix-env nix-env_DIR := $(d) -nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc +nix-env_SOURCES := $(wildcard $(d)/*.cc) nix-env_LIBS = libexpr libmain libstore libutil libformat |