diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-27T09·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-27T09·05+0000 |
commit | c82782f9a5190c7489fb8e9bd6876b247b0de0bf (patch) | |
tree | 421e603ffd22a4074ccf0d99bc5e1330abb2f9cd /src/nix-env/Makefile.am | |
parent | 2be6118f4c7e909f36d5563ad0ea70780f30cc10 (diff) |
Diffstat (limited to 'src/nix-env/Makefile.am')
-rw-r--r-- | src/nix-env/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.am b/src/nix-env/Makefile.am index 0819a721c871..7dfa7425a062 100644 --- a/src/nix-env/Makefile.am +++ b/src/nix-env/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-env -nix_env_SOURCES = nix-env.cc profiles.cc user-env.cc profiles.hh help.txt +nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh help.txt nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \ ../libstore/libstore.la ../libutil/libutil.la \ |