From 9202570f8c40f58f6444c2ec512104b305058977 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Jul 2003 20:02:33 +0000 Subject: [PATCH] * libdb_cxx-4 -> libdb_cxx --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 92aee2f559..eb5177d13e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,18 +4,18 @@ check_PROGRAMS = test AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. nix_SOURCES = nix.cc -nix_LDADD = libshared.a libnix.a -ldb_cxx-4 -lATerm +nix_LDADD = libshared.a libnix.a -ldb_cxx -lATerm nix_hash_SOURCES = nix-hash.cc -nix_hash_LDADD = libshared.a libnix.a -ldb_cxx-4 -lATerm +nix_hash_LDADD = libshared.a libnix.a -ldb_cxx -lATerm fix_SOURCES = fix.cc -fix_LDADD = libshared.a libnix.a -ldb_cxx-4 -lATerm +fix_LDADD = libshared.a libnix.a -ldb_cxx -lATerm TESTS = test test_SOURCES = test.cc -test_LDADD = libshared.a libnix.a -ldb_cxx-4 -lATerm +test_LDADD = libshared.a libnix.a -ldb_cxx -lATerm noinst_LIBRARIES = libnix.a libshared.a