diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T20·47+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T20·47+0000 |
commit | 4ca01065c3df106eb9610c425b2c604ba96db365 (patch) | |
tree | 7f7fe2cfcf30d759100f54258f9725b63625f2bf /src/nix-env | |
parent | d03f0d411740aebd5b27e5a1ac57d8533843ff6b (diff) |
* Rename all those main.cc files.
Diffstat (limited to 'src/nix-env')
-rw-r--r-- | src/nix-env/Makefile.am | 2 | ||||
-rw-r--r-- | src/nix-env/nix-env.cc (renamed from src/nix-env/main.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.am b/src/nix-env/Makefile.am index 5511b2c8edd1..013d7ff7723c 100644 --- a/src/nix-env/Makefile.am +++ b/src/nix-env/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-env -nix_env_SOURCES = main.cc names.cc names.hh \ +nix_env_SOURCES = nix-env.cc names.cc names.hh \ profiles.cc profiles.hh help.txt nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \ ../libstore/libstore.la ../libutil/libutil.la \ diff --git a/src/nix-env/main.cc b/src/nix-env/nix-env.cc index 90d799224efd..90d799224efd 100644 --- a/src/nix-env/main.cc +++ b/src/nix-env/nix-env.cc |