diff options
author | Florian Festi <ffesti@redhat.com> | 2009-12-15 13:15:10 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2010-10-21 10:32:20 +0200 |
commit | 5914d0ec2995d4f4d128c3e96b79f22ec8f48d64 (patch) | |
tree | 32cf33c6ca6a04f465cf803d714761ea935f50e8 /python/Makefile.am | |
parent | a916e399ab0734816f1e4567b34db0b55e9f5c7c (diff) | |
download | librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.tar.gz librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.tar.bz2 librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.zip |
rpmdbKeyIterator: loop over keys in the database indexes
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index b952743b0..57bcb6bf0 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -23,6 +23,7 @@ _rpmmodule_la_SOURCES = rpmmodule.c rpmsystem-py.h \ rpmfi-py.c rpmfi-py.h \ rpmkeyring-py.c rpmkeyring-py.h \ rpmmi-py.c rpmmi-py.h \ + rpmki-py.c rpmki-py.h \ rpmps-py.c rpmps-py.h \ rpmmacro-py.c rpmmacro-py.h \ rpmtd-py.c rpmtd-py.h \ |