summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-08 17:47:46 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-08 17:47:46 +0200
commit33293ab8c53a9b1427012c297f288972e11ea3bb (patch)
treeb5ae92908a8dd9fa2c9f5e1a25fbaf97d9974ae1 /python/makefile
parent1040f7f6ec9cf689d6530827348a63daad52b3ef (diff)
downloadpython-apt-33293ab8c53a9b1427012c297f288972e11ea3bb.tar.gz
Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141)
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 3e6458f4..f4d559ce 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 metaindex.cc
+ indexfile.cc metaindex.cc hashstring.cc indexrecords.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h