summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-02-23 20:45:52 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-02-23 20:45:52 +0000
commit157fcc2665301c168dabc02eec9105db3d860b53 (patch)
tree633b56e9ec59b4ff273d8148e7fad1210a64ad03 /python/makefile
parent8bd15f69297702d22bd4dc958f2a0eb221b8e6f9 (diff)
downloadpython-apt-157fcc2665301c168dabc02eec9105db3d860b53.tar.gz
* apt_pkg.GetCache() supports a progress callback now too
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 f6f77993..481d51ea 100644
--- a/python/makefile
+++ b/python/makefile
@@ -13,7 +13,7 @@ APT_PKG_SRC = apt_pkgmodule.cc configuration.cc generic.cc tag.cc string.cc \
cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc \
depcache.cc
SOURCE := $(APT_PKG_SRC)
-include $(PYTHON_H)
+include $(PYTHON_H) progress.h
# The apt_int module..
MODULE=apt_inst