diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-23 11:07:56 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-23 11:07:56 +0000 |
| commit | c17e7730c128ea465d0e9581a2f87a4e0c4869d3 (patch) | |
| tree | e1cbac1b64d1a3ac95d14ccfd9a808b6e29a0864 /python/makefile | |
| parent | 827b21434e032d72b8353b67b737e78d013eb0c3 (diff) | |
| download | python-apt-c17e7730c128ea465d0e9581a2f87a4e0c4869d3.tar.gz | |
* added basic depcache support
Diffstat (limited to 'python/makefile')
| -rw-r--r-- | python/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile index b2f51372..0817c806 100644 --- a/python/makefile +++ b/python/makefile @@ -10,7 +10,7 @@ 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 + cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc depcache.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) |
