1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 08:19:35 +01:00

* 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-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 \