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/libutil/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libutil/Makefile.am') diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 92c4472f8933..d5d4fcfad7ee 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -3,11 +3,11 @@ noinst_LIBRARIES = libutil.a libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh -AM_CXXFLAGS = -DSYSTEM=\"@system@\" -Wall -I.. -I../../externals/inst/include +AM_CXXFLAGS = -DSYSTEM=\"@system@\" -Wall -I.. ${aterm_include} check_PROGRAMS = test-aterm test_aterm_SOURCES = test-aterm.cc test_aterm_LDADD = ./libutil.a ../boost/format/libformat.a \ - -L../../externals/inst/lib -ldb_cxx -lATerm + ${aterm_lib} -- cgit 1.4.1