From: Artur Frysiak Date: Wed, 31 Jan 2001 17:01:34 +0000 (+0000) Subject: fix Makefile.am X-Git-Tag: rpm-4_0_1-0_1~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=e3edef85a0d68dd52d5438ca603a580cb788b59f;p=packages%2Frpm.git fix Makefile.am Changed files: rpm-am_fix.patch -> 1.1 --- diff --git a/rpm-am_fix.patch b/rpm-am_fix.patch new file mode 100644 index 0000000..3e4c355 --- /dev/null +++ b/rpm-am_fix.patch @@ -0,0 +1,11 @@ +--- rpm-4.0.1/lib/Makefile.am.wiget Wed Jan 31 17:52:57 2001 ++++ rpm-4.0.1/lib/Makefile.am Wed Jan 31 17:58:36 2001 +@@ -22,7 +22,7 @@ + + lib_LTLIBRARIES = librpm.la + librpm_la_SOURCES = \ +- cpio.c $(DBLIBSRCS) depends.c \ ++ cpio.c depends.c \ + formats.c fprint.c fs.c hash.c header.c install.c \ + md5.c md5sum.c misc.c package.c problems.c \ + poptBT.c poptQV.c query.c rpmchecksig.c rpmdb.c rpminstall.c \