mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +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
|
@ -9,4 +9,4 @@ libutil_la_SOURCES += \
|
|||
md5.c md5.h sha1.c sha1.h sha256.c sha256.h md32_common.h
|
||||
endif
|
||||
|
||||
AM_CXXFLAGS = -Wall -I.. ${aterm_include}
|
||||
AM_CXXFLAGS = -Wall -I$(srcdir)/.. ${aterm_include}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue