This commit is contained in:
whottgen 2004-10-11 10:08:06 +00:00
parent 49776e1fbd
commit 944613b78a
3 changed files with 5 additions and 3 deletions

2
smmapdfw/configure vendored
View File

@ -1853,7 +1853,7 @@ echo "$as_me: error: Need bdb-lib-dir" >&2;}
yes)
;;
*)
LDFLAGS="$LDFLAGS -L$withval"
LDFLAGS="$LDFLAGS -L$withval -R$withval"
;;
esac

View File

@ -1,6 +1,7 @@
lib_LTLIBRARIES = libverify_worker.la
libverify_worker_la_SOURCES = verify_worker.c
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
dnl libverify_worker_la_LDFLAGS = -R/prod/BrklyDB4/current/lib
INCLUDES = -I../libsmmapdfw

View File

@ -89,7 +89,7 @@ VERSION = @VERSION@
lib_LTLIBRARIES = libverify_worker.la
libverify_worker_la_SOURCES = verify_worker.c
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
INCLUDES = -I../libsmmapdfw
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@ -356,6 +356,7 @@ uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
dnl libverify_worker_la_LDFLAGS = -R/prod/BrklyDB4/current/lib
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.