aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store')
-rw-r--r--src/nix-store/Makefile.am2
-rw-r--r--src/nix-store/nix-store.cc (renamed from src/nix-store/main.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am
index 83fa24fca..b96b8dc36 100644
--- a/src/nix-store/Makefile.am
+++ b/src/nix-store/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = nix-store
-nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt
+nix_store_SOURCES = nix-store.cc dotgraph.cc dotgraph.hh help.txt
nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
diff --git a/src/nix-store/main.cc b/src/nix-store/nix-store.cc
index 701e83974..701e83974 100644
--- a/src/nix-store/main.cc
+++ b/src/nix-store/nix-store.cc