summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-08 00:03:14 +0000
committerjbj <devnull@localhost>2001-05-08 00:03:14 +0000
commit9c636fed5b7e038315b77114b1ba9e46051351f4 (patch)
tree33dbf6c6993e679a16a7a7f6ac41f7535b5c232c /Doxyfile.in
parentd9e5d40dd5b8be2e1304452e61a797f66b5c0a1f (diff)
downloadlibrpm-tizen-9c636fed5b7e038315b77114b1ba9e46051351f4.tar.gz
librpm-tizen-9c636fed5b7e038315b77114b1ba9e46051351f4.tar.bz2
librpm-tizen-9c636fed5b7e038315b77114b1ba9e46051351f4.zip
- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 7ab248928..2e4cbf0d0 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -353,14 +353,8 @@ INPUT = \
./doc/manual/tsort \
./lib/cpio.c \
./lib/cpio.h \
- ./lib/db1.c \
- ./lib/db2.c \
- ./lib/db3.c \
- ./lib/dbconfig.c \
./lib/depends.c \
./lib/depends.h \
- ./lib/falloc.c \
- ./lib/falloc.h \
./lib/formats.c \
./lib/fprint.c \
./lib/fprint.h \
@@ -386,8 +380,6 @@ INPUT = \
./lib/psm.h \
./lib/query.c \
./lib/rpmchecksig.c \
- ./lib/rpmdb.c \
- ./lib/rpmdb.h \
./lib/rpminstall.c \
./lib/rpmlead.c \
./lib/rpmlead.h \
@@ -402,6 +394,14 @@ INPUT = \
./lib/tagtable.c \
./lib/transaction.c \
./lib/verify.c \
+ ./rpmdb/db1.c \
+ ./rpmdb/db2.c \
+ ./rpmdb/db3.c \
+ ./rpmdb/dbconfig.c \
+ ./rpmdb/falloc.c \
+ ./rpmdb/falloc.h \
+ ./rpmdb/rpmdb.c \
+ ./rpmdb/rpmdb.h \
./rpmio/base64.c \
./rpmio/base64.h \
./rpmio/digest.c \