changes
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
lib_LTLIBRARIES = libverify_worker.la
|
lib_LTLIBRARIES = libverify_worker.la
|
||||||
libverify_worker_la_SOURCES = verify_worker.c
|
libverify_worker_la_SOURCES = verify_worker.c
|
||||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
|
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la @BDB_LIBS@
|
||||||
dnl libverify_worker_la_LDFLAGS = -R/prod/BrklyDB4/current/lib
|
|
||||||
|
|
||||||
INCLUDES = -I../libsmmapdfw
|
INCLUDES = -I../libsmmapdfw
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ VERSION = @VERSION@
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libverify_worker.la
|
lib_LTLIBRARIES = libverify_worker.la
|
||||||
libverify_worker_la_SOURCES = verify_worker.c
|
libverify_worker_la_SOURCES = verify_worker.c
|
||||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
|
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la @BDB_LIBS@
|
||||||
|
|
||||||
INCLUDES = -I../libsmmapdfw
|
INCLUDES = -I../libsmmapdfw
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
@ -356,7 +356,6 @@ uninstall-am uninstall all-redirect all-am all installdirs \
|
|||||||
mostlyclean-generic distclean-generic clean-generic \
|
mostlyclean-generic distclean-generic clean-generic \
|
||||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
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.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
Reference in New Issue
Block a user