summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile
index 16bfcd88..24ef3238 100644
--- a/python/makefile
+++ b/python/makefile
@@ -11,7 +11,8 @@ 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
+ depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \
+ indexfile.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h