* Rename all those main.cc files.

This commit is contained in:
Eelco Dolstra 2006-12-07 20:47:30 +00:00
parent d03f0d4117
commit 4ca01065c3
10 changed files with 5 additions and 5 deletions

View file

@ -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}