mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 17:11:00 +01:00
* Allow linking against an external Berkeley DB / ATerm library.
This commit is contained in:
parent
f34de12140
commit
0dfdafdf6d
11 changed files with 47 additions and 18 deletions
|
|
@ -8,4 +8,4 @@ AM_CXXFLAGS = \
|
|||
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
|
||||
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
|
||||
-DNIX_VERSION=\"$(VERSION)\" \
|
||||
-I.. -I../../externals/inst/include -I../libutil -I../libstore
|
||||
-I.. ${aterm_include} -I../libutil -I../libstore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue