* Refactoring: move dump function into archive.cc.
This commit is contained in:
parent
38e12df631
commit
1849aa2a72
7 changed files with 190 additions and 183 deletions
|
|
@ -3,13 +3,13 @@ noinst_PROGRAMS = test
|
|||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I..
|
||||
|
||||
nix_SOURCES = nix.cc util.cc hash.cc md5.c eval.cc values.cc globals.cc db.cc
|
||||
nix_SOURCES = nix.cc util.cc hash.cc archive.cc md5.c eval.cc values.cc globals.cc db.cc
|
||||
nix_LDADD = -ldb_cxx-4 -lATerm
|
||||
|
||||
#fix_SOURCES = fix.cc util.cc hash.cc md5.c
|
||||
#fix_LDADD = -lATerm
|
||||
|
||||
test_SOURCES = test.cc util.cc hash.cc md5.c eval.cc values.cc globals.cc db.cc
|
||||
test_SOURCES = test.cc util.cc hash.cc archive.cc md5.c eval.cc values.cc globals.cc db.cc
|
||||
test_LDADD = -ldb_cxx-4 -lATerm
|
||||
|
||||
install-data-local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue