From 2b83d36c089f9e27e43e776d08e79d58ec2e6ba8 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 2 May 2002 22:16:30 +0000 Subject: - eliminate db1 support. - fix: rpmdb iterator memory leak in python bindings. - fix: include for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30 --- rpmdb/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'rpmdb/Makefile.am') diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index beb4b61d4..d7d9dcf31 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -11,7 +11,7 @@ INCLUDES = \ -I$(top_srcdir)/popt \ @INCPATH@ -EXTRA_DIST = db3.c db1.c falloc.c +EXTRA_DIST = db3.c EXTRA_PROGRAMS = tjfn @@ -21,7 +21,7 @@ tjfn_LDADD = librpmdb.la pkgincdir = $(pkgincludedir) pkginc_HEADERS = db.h header.h hdrinline.h rpmdb.h -noinst_HEADERS = falloc.h fprint.h header_internal.h legacy.h rpmhash.h +noinst_HEADERS = fprint.h header_internal.h legacy.h rpmhash.h mylibpaths = \ -L$(top_builddir)/lib \ @@ -49,9 +49,6 @@ install-data-local: sed -e "s|^dependency_libs='|& -lrpmio|" < librpmdb.la > .librpmdb.la && \ mv .librpmdb.la librpmdb.la -falloc.lo: falloc.c $(top_srcdir)/system.h $(top_srcdir)/rpmio/rpmio.h falloc.h - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - tagtbl.c: $(top_srcdir)/lib/rpmlib.h @echo '#include "system.h"' > $@ @echo '#include "lib/rpmlib.h"' >> $@ @@ -93,6 +90,3 @@ lclint: tdbi: librpmdb.la tdbi.o $(LINK) -all-static $@.o $< $(mylibpaths) $(mylibs) $(LIBS) - -tfalloc: librpmdb.la tfalloc.o - $(LINK) -all-static $@.o $< $(mylibpaths) $(mylibs) $(LIBS) -- cgit v1.2.3