mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +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
|
@ -5,4 +5,4 @@ libformat_la_SOURCES = format_implementation.cc free_funcs.cc \
|
|||
format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \
|
||||
macros_default.hpp
|
||||
|
||||
AM_CXXFLAGS = -Wall -I../..
|
||||
AM_CXXFLAGS = -Wall -I$(srcdir)/../..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue