use the embedded db4. (libedataserver_la_LIBADD): explicitly list the db4
authorChris Toshok <toshok@ximian.com>
Tue, 25 Nov 2003 22:29:37 +0000 (22:29 +0000)
committerChris Toshok <toshok@src.gnome.org>
Tue, 25 Nov 2003 22:29:37 +0000 (22:29 +0000)
commit8641831a507194e39d5246f4ac9ffd750b20c8f9
treeb86e701ce18aa35f6968263cdab59d0fd739e464
parentc08698119e3dad4467cc5edbe14ee99bdea9e9c8
use the embedded db4. (libedataserver_la_LIBADD): explicitly list the db4

2003-11-25  Chris Toshok  <toshok@ximian.com>

* libedataserver/Makefile.am (INCLUDES): use the embedded db4.
(libedataserver_la_LIBADD): explicitly list the db4 .a since I
suck at getting libtool to do what I want.

* libdb/dist/Makefile.in (install-strip install): don't do
anything here.

* Makefile.am (SUBDIRS): add libdb
(DIST_SUBDIRS): new variable, list everything in SUBDIRS except
libdb.
(LIBDB_FILES): list all the db4 files.
(EXTRA_DIST): add the db4 files explicitly to this.

* configure.in: remove all the db3 stuff, and build the embedded
db4.
ChangeLog
Makefile.am
configure.in
libdb/dist/Makefile.in
libedataserver/Makefile.am