summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-04 17:45:41 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-04 17:45:41 +0200
commit99f2df941c9b43bc44b02aba43ddcb6463ad129b (patch)
tree1f77e08e893e64d232edd30db496b15d2dbe147d /python/makefile
parentbdbe31287e41c11b40924a0d662722b395bddf73 (diff)
parent8ad58480ce8a161519339b41eacefc26059bebf7 (diff)
downloadpython-apt-99f2df941c9b43bc44b02aba43ddcb6463ad129b.tar.gz
* python/metaindex.cc:
- added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries * python/string.cc: - fix overflow in SizeToStr() * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile
index 24ef3238..e0c62541 100644
--- a/python/makefile
+++ b/python/makefile
@@ -12,7 +12,7 @@ LIB_MAKES = apt-pkg/makefile
APT_PKG_SRC = apt_pkgmodule.cc configuration.cc generic.cc tag.cc string.cc \
cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc \
depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \
- indexfile.cc
+ indexfile.cc metaindex.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h