diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-13 12:19:29 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-13 12:19:29 +0000 |
| commit | 5483ca175e5aa2b7de55cb0cea69546d2ccd2cd5 (patch) | |
| tree | 9db7e93472cf359167f2ff3d11fecb99159fb7db /python/makefile | |
| parent | 7c49549a00c2be19e476153255cb7115a79c2bf8 (diff) | |
| download | python-apt-5483ca175e5aa2b7de55cb0cea69546d2ccd2cd5.tar.gz | |
* build-depends added to PkgSrcRecords, example for build-depends 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 29bbaca9..273096a7 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 + depcache.cc progress.cc cdrom.cc SOURCE := $(APT_PKG_SRC) include $(PYTHON_H) progress.h |
