diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 23:27:33 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 23:27:33 +0000 |
| commit | 170c310e75aa0bc417cb67f6e560fdaab482d72e (patch) | |
| tree | 7d83888cf413bccbd80b4e5388761c0f66fa20bb /python/makefile | |
| parent | 5462bd26c53ed6cddfec2d22a85034db2c786b51 (diff) | |
| download | python-apt-170c310e75aa0bc417cb67f6e560fdaab482d72e.tar.gz | |
* added support for pkgIndexFile
Diffstat (limited to 'python/makefile')
| -rw-r--r-- | python/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile index 7fb1d756..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 acquire.cc pkgmanager.cc + depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \ + indexfile.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) progress.h |
