* Allow linking against an external Berkeley DB / ATerm library.

This commit is contained in:
Eelco Dolstra 2004-02-16 16:37:16 +00:00
parent f34de12140
commit 0dfdafdf6d
11 changed files with 47 additions and 18 deletions

View file

@ -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.