* 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,9 +7,9 @@ libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
|
|||
EXTRA_DIST = lexer.l parser.y
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-I.. -I../../externals/inst/include -I../libutil -I../libstore
|
||||
-I.. ${bdb_include} ${aterm_include} -I../libutil -I../libstore
|
||||
AM_CFLAGS = \
|
||||
-I../../externals/inst/include
|
||||
${aterm_include}
|
||||
|
||||
|
||||
# Parser generation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue