diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·03+0000 |
commit | ba73f94b3bba9c19726443556b0124fe63dccee6 (patch) | |
tree | c8d5c57d4bd4eb3b884d38d0043eea8cdc8d69c4 /src | |
parent | 66c115ef5faabb1bcd47ac0d375aeee39b300c43 (diff) |
* Another fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-store/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index be35c5f27f92..3738c53ca2f0 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-store -nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt.hh +nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt nix_store_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \ ../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm |