diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-23 15:57:52 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-23 15:57:52 +0000 |
| commit | 8bd15f69297702d22bd4dc958f2a0eb221b8e6f9 (patch) | |
| tree | 627f92699eec4a7dcb74089f43ac07aaf3c198de /python/makefile | |
| parent | c17e7730c128ea465d0e9581a2f87a4e0c4869d3 (diff) | |
| download | python-apt-8bd15f69297702d22bd4dc958f2a0eb221b8e6f9.tar.gz | |
* progress callback support added
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 0817c806..f6f77993 100644 --- a/python/makefile +++ b/python/makefile @@ -10,7 +10,8 @@ MODULE=apt_pkg 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 + cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc \ + depcache.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) |
