summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:04 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:04 +0000
commit0118833a3b3e65ad7296863aa7d49574eb615f83 (patch)
treebbeac95408b7a84a983cc602dae3b315ed9976d9 /apt-pkg/makefile
parent7b0229fe01e9b300e1a67d82f7a6511c31444756 (diff)
Devel acquire module
Author: jgg Date: 1998-10-15 06:59:59 GMT Devel acquire module
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r--apt-pkg/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 2c33400d7..5bf6f9a8b 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -22,8 +22,9 @@ SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
# Source code for the main library
SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
- pkgrecords.cc algorithms.cc init.cc templates.cc
-
+ pkgrecords.cc algorithms.cc acquire.cc acquire-item.cc \
+ acquire-worker.cc init.cc templates.cc
+
# Source code for the debian specific components
SOURCE+= deb/deblistparser.cc deb/debrecords.cc
@@ -31,7 +32,9 @@ SOURCE+= deb/deblistparser.cc deb/debrecords.cc
HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \
error.h orderlist.h sourcelist.h configuration.h fileutl.h \
packagemanager.h tagfile.h deblistparser.h init.h pkgcache.h \
- version.h progress.h pkgrecords.h debrecords.h cmndline.h
+ version.h progress.h pkgrecords.h debrecords.h cmndline.h \
+ acquire.h acquire-worker.h acquire-item.h
+
HEADERS := $(addprefix apt-pkg/,$(HEADERS))
# Private header files