summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-03-09 16:16:37 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-03-09 16:16:37 +0000
commit59902bad90ed9192ad9b2def78f588cdefe1080c (patch)
tree859896b89dc8a332c8c39d0960eb3f59128e465e /python/makefile
parent6d42024c88d207c35718f4f8458e58fc44951830 (diff)
downloadpython-apt-59902bad90ed9192ad9b2def78f588cdefe1080c.tar.gz
* Implemented OpProgress support
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 481d51ea..29bbaca9 100644
--- a/python/makefile
+++ b/python/makefile
@@ -11,7 +11,7 @@ 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
+ depcache.cc progress.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h