summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:36 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:36 +0000
commite5d16b671f2a625893731b4ea0bd684bbd444323 (patch)
tree73f3a71281ad33ff97a624b3679ce9644031d1a2 /python/makefile
parent626a19f14cf2728cab14f3c71cc8d689c7ebc169 (diff)
downloadpython-apt-e5d16b671f2a625893731b4ea0bd684bbd444323.tar.gz
Initial support for accessing source package data
Author: mdz Date: 2003-07-23 02:20:24 GMT Initial support for accessing source package data
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile b/python/makefile
index 12dea22f..b2f51372 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
+ cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc
SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H)