mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02: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
|
@ -7,4 +7,4 @@ libstore_a_SOURCES = \
|
|||
references.cc references.hh pathlocks.cc pathlocks.hh
|
||||
|
||||
AM_CXXFLAGS = -Wall \
|
||||
-I.. -I../../externals/inst/include -I../libutil
|
||||
-I.. ${bdb_include} ${aterm_include} -I../libutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue