summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:21 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:21 +0000
commit051ebe1ac22fdbf427abc4fd9ee5cc8279649b07 (patch)
tree30e49d1a91b67fee9992b236b962e5347ce4c62a /python/makefile
parent043b67f398897f7689006162b7702974c1fabb8a (diff)
downloadpython-apt-051ebe1ac22fdbf427abc4fd9ee5cc8279649b07.tar.gz
Tar examining support
Author: jgg Date: 2001-09-30 03:52:58 GMT Tar examining support
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 f8639c93..abe08d50 100644
--- a/python/makefile
+++ b/python/makefile
@@ -17,5 +17,5 @@ include $(PYTHON_H)
MODULE=apt_inst
SLIBS = -lapt-inst -lapt-pkg
LIB_MAKES = apt-inst/makefile
-SOURCE = apt_instmodule.cc generic.cc
+SOURCE = apt_instmodule.cc tar.cc generic.cc
include $(PYTHON_H)