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-worker | |
parent | d03f0d411740aebd5b27e5a1ac57d8533843ff6b (diff) |
* Rename all those main.cc files.
Diffstat (limited to 'src/nix-worker')
-rw-r--r-- | src/nix-worker/Makefile.am | 2 | ||||
-rw-r--r-- | src/nix-worker/nix-worker.cc (renamed from src/nix-worker/main.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-worker/Makefile.am b/src/nix-worker/Makefile.am index 1be7e3d54449..6c537a3f9312 100644 --- a/src/nix-worker/Makefile.am +++ b/src/nix-worker/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-worker -nix_worker_SOURCES = main.cc help.txt +nix_worker_SOURCES = nix-worker.cc help.txt nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ ../boost/format/libformat.la ${bdb_lib} ${aterm_lib} diff --git a/src/nix-worker/main.cc b/src/nix-worker/nix-worker.cc index 0be4b8e64cc4..0be4b8e64cc4 100644 --- a/src/nix-worker/main.cc +++ b/src/nix-worker/nix-worker.cc |