X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/8d138742ae268344f406cb75d79aa6bf853f9d87:/bdbobj/Makefile.am..b0322a8536f3cab76471c98122fe1df75bb7c387:/libs/bdbobj/static/gitweb.js diff --git a/bdbobj/Makefile.am b/bdbobj/Makefile.am deleted file mode 100644 index ec0b788..0000000 --- a/bdbobj/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: Makefile.am,v 1.10 2008/05/08 15:38:46 mrsam Exp $ -# -# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for -# distribution information. - - -LIBDBOBJSOURCES=bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c -TESTBDBSOURCES=testbdb.C - -CLEANFILES=testbdb.dat - -if FOUND_DB -noinst_LTLIBRARIES=libbdbobj.la -noinst_PROGRAMS=testbdb - -libbdbobj_la_SOURCES=$(LIBDBOBJSOURCES) -libbdbobj_la_LIBADD=@LIBDB@ - -testbdb_SOURCES=$(TESTBDBSOURCES) - -testbdb_DEPENDENCIES=libbdbobj.la -testbdb_LDADD=libbdbobj.la -testbdb_LDFLAGS=-static - -check-am: - $(srcdir)/testsuite | cmp -s - $(srcdir)/testsuite.txt -else -noinst_SCRIPTS=notfound - -notfound: - @exit 0 -endif - -EXTRA_DIST=$(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt -