diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-09 20:44:58 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-09 20:44:58 +0200 |
| commit | a307f6c405d55895690e16d55de36549f5b05d8b (patch) | |
| tree | af60f34adf272242c14b311caed1dd3a598b4de4 /python/makefile | |
| parent | f652213b76f72382bab21e730bf0ccc4419a1267 (diff) | |
| download | python-apt-a307f6c405d55895690e16d55de36549f5b05d8b.tar.gz | |
Add apt_pkg.Policy class (Closes: #382725)
Diffstat (limited to 'python/makefile')
| -rw-r--r-- | python/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile index f4d559ce..6799d749 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 hashstring.cc indexrecords.cc + indexfile.cc metaindex.cc hashstring.cc indexrecords.cc policy.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) progress.h |
