* Refactoring: move initialisation and argument parsing into a shared

file.
This commit is contained in:
Eelco Dolstra 2003-07-04 15:42:03 +00:00
parent 01b34fe584
commit f826e432aa
5 changed files with 86 additions and 52 deletions

View file

@ -3,7 +3,7 @@ check_PROGRAMS = test
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I..
nix_SOURCES = nix.cc
nix_SOURCES = nix.cc shared.cc
nix_LDADD = libnix.a -ldb_cxx-4 -lATerm
TESTS = test