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-store/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nix-store') diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 5cfa52e5e010..83fa24fca159 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -10,4 +10,5 @@ main.o: help.txt.hh ../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1) AM_CXXFLAGS = \ - -I.. ${bdb_include} $(aterm_include) -I../libutil -I../libstore -I../libmain + -I$(srcdir)/.. ${bdb_include} $(aterm_include) -I$(srcdir)/../libutil \ + -I$(srcdir)/../libstore -I$(srcdir)/../libmain -- cgit 1.4.1