summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-08 18:57:34 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-08 18:57:34 +0200
commit31d95030344c77d97d3245515a861a73732d0c5c (patch)
tree6cfe66c1e7f4843290b389882744a35f7d604e85 /setup.py
parente526904d0440e720cbeebf895faf884717f3fbb3 (diff)
downloadpython-apt-31d95030344c77d97d3245515a861a73732d0c5c.tar.gz
python/tarfile.cc: Introduce wrapper around ExtractTar.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4eb6987e..635fee9b 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ apt_pkg = Extension("apt_pkg", files, libraries=["apt-pkg"])
# The apt_inst module
files = ["python/apt_instmodule.cc", "python/generic.cc", "python/tar.cc",
- "python/arfile.cc"]
+ "python/arfile.cc", "python/tarfile.cc"]
apt_inst = Extension("apt_inst", files, libraries=["apt-pkg", "apt-inst"])
# Replace the leading _ that is used in the templates for translation