mirror of
https://github.com/NixOS/nix
synced 2025-07-02 09:21:47 +02:00
* Support for srcdir != builddir (NIX-41).
This commit is contained in:
parent
9d72bf8835
commit
b5988004d6
16 changed files with 37 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue