summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-03-23 15:49:50 +0000
committerjbj <devnull@localhost>2000-03-23 15:49:50 +0000
commitcab176172b8ef247f24e5aa0928c3aa0b8adabd9 (patch)
treea76b37e5b22003d56ec39a8128ee794080be4ec0 /scripts
parent46e17d7a2d27cb91d1c930de46c0a8026410b0d5 (diff)
downloadrpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.tar.gz
rpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.tar.bz2
rpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.zip
- API: change dbi to pass by reference, not value.
- cram all of db1, db_185, and db2 interfaces into rpmlib. CVS patchset: 3636 CVS date: 2000/03/23 15:49:50
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 6c1e52242..5e48ae0cf 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -76,6 +76,7 @@ CATOBJEXT = @CATOBJEXT@
CC = @CC@
CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
+DBLIBOBJS = @DBLIBOBJS@
DLLTOOL = @DLLTOOL@
FINDPROVIDES = @FINDPROVIDES@
FINDREQUIRES = @FINDREQUIRES@