From 0dfdafdf6de4f741ff60637843f0e7900384cd9f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 16 Feb 2004 16:37:16 +0000 Subject: * Allow linking against an external Berkeley DB / ATerm library. --- src/libstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/Makefile.am') diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 3e2777f6a..0a7b148fe 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -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 -- cgit v1.2.3