From 157fcc2665301c168dabc02eec9105db3d860b53 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 Feb 2005 20:45:52 +0000 Subject: * apt_pkg.GetCache() supports a progress callback now too --- python/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/makefile') 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 -- cgit v1.2.3