diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-18 01:01:37 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-18 01:01:37 +0000 |
| commit | c187e828e1661d09a8437214b2f90dcc25c05c99 (patch) | |
| tree | a08f97e80e66887baafa5bd41384ab78ff92b082 /python/makefile | |
| parent | 4da233eef44c921152daf224a043ab8e2181ef9f (diff) | |
| download | python-apt-c187e828e1661d09a8437214b2f90dcc25c05c99.tar.gz | |
* basic pkgAcquire + pkgPackageManager support added
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 16bfcd88..7fb1d756 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 progress.cc cdrom.cc + depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) progress.h |
