From b5988004d64d6c533e8bb09732a6f7cd4fb1194f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 May 2006 11:47:45 +0000 Subject: * Support for srcdir != builddir (NIX-41). --- src/nix-hash/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-hash') diff --git a/src/nix-hash/Makefile.am b/src/nix-hash/Makefile.am index 571b6157c004..1c7eee332329 100644 --- a/src/nix-hash/Makefile.am +++ b/src/nix-hash/Makefile.am @@ -10,4 +10,4 @@ nix-hash.o: help.txt.hh ../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1) AM_CXXFLAGS = \ - -I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain + -I$(srcdir)/.. -I$(srcdir)/../libutil -I$(srcdir)/../libstore -I$(srcdir)/../libmain -- cgit 1.4.1