* Factored out dot graph generation into a separate file.

This commit is contained in:
Eelco Dolstra 2003-09-03 11:20:18 +00:00
parent 0d2bc68681
commit c0bbed0959
4 changed files with 76 additions and 61 deletions

View file

@ -4,7 +4,7 @@ check_PROGRAMS = test
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../externals/inst/include $(CXXFLAGS)
AM_LDFLAGS = -L../externals/inst/lib -ldb_cxx -lATerm $(LDFLAGS)
nix_SOURCES = nix.cc
nix_SOURCES = nix.cc dotgraph.cc
nix_LDADD = libshared.a libnix.a -ldb_cxx -lATerm
nix_hash_SOURCES = nix-hash.cc