From c62433751d5fce8c25a802989c50fee993f39c2d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Oct 2003 10:05:01 +0000 Subject: * Finished refactoring the tree. --- src/nix-hash/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/nix-hash/Makefile.am (limited to 'src/nix-hash') 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 -- cgit 1.4.1