diff options
Diffstat (limited to 'src/nix-hash/Makefile.am')
-rw-r--r-- | src/nix-hash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |