summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-12 19:07:55 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-12 19:07:55 +0200
commit5b489a994d009771d7f4d5beec45bbbb5468cd58 (patch)
tree799087779e02af7648232dcf36889263329408d7 /python/makefile
parent64513033774fb0264c601f021da5d5f6345c3dd4 (diff)
downloadpython-apt-5b489a994d009771d7f4d5beec45bbbb5468cd58.tar.gz
python/hashes.cc: Introduce the Hashes class.
The Hashes class is a function which calculates all supported hashes for one input. DebImg will use this for calculating the hashes of files.
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/makefile b/python/makefile
index 6799d749..fff3a2e8 100644
--- a/python/makefile
+++ b/python/makefile
@@ -11,8 +11,9 @@ SLIBS = -lapt-pkg
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 hashstring.cc indexrecords.cc policy.cc
+ depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \
+ indexfile.cc metaindex.cc hashstring.cc indexrecords.cc \
+ policy.cc hashes.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h