about summary refs log tree commit diff
path: root/src/nix-hash
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T11·26+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T12·54+0100
commit0c6d62cf27b3b22fa60bddad16ea8e8d062e4a99 (patch)
tree5ff743d6f1df831603a2394a7a6b3f6e7cb86e34 /src/nix-hash
parent16e7d692092449263880ee795ec419cecbe22d24 (diff)
Remove Automakefiles
Diffstat (limited to 'src/nix-hash')
-rw-r--r--src/nix-hash/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nix-hash/Makefile.am b/src/nix-hash/Makefile.am
deleted file mode 100644
index ef7bb84239..0000000000
--- a/src/nix-hash/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-bin_PROGRAMS = nix-hash
-
-nix_hash_SOURCES = nix-hash.cc
-nix_hash_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
- ../boost/format/libformat.la
-
-AM_CXXFLAGS = \
- -I$(srcdir)/.. -I$(srcdir)/../libutil -I$(srcdir)/../libstore -I$(srcdir)/../libmain