diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
commit | c62433751d5fce8c25a802989c50fee993f39c2d (patch) | |
tree | 3be155a9a5f4e516450582c49ded9fc61173e2be /src/nix-hash | |
parent | 53e376d836133a660223198c7bb8308fb912375e (diff) |
* Finished refactoring the tree.
Diffstat (limited to 'src/nix-hash')
-rw-r--r-- | src/nix-hash/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nix-hash/Makefile.am b/src/nix-hash/Makefile.am new file mode 100644 index 000000000000..7fb428a29f13 --- /dev/null +++ b/src/nix-hash/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS = nix-hash + +nix_hash_SOURCES = nix-hash.cc +nix_hash_LDADD = ../libmain/libmain.a ../libnix/libnix.a ../boost/format/libformat.a \ + -L../../externals/inst/lib -ldb_cxx -lATerm + +AM_CXXFLAGS = \ + -I.. -I../../externals/inst/include -I../libnix -I../libmain |