diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:34 +0000 |
commit | 2d11135a1b8e8ee0a21c7932d7ce08a89b354784 (patch) | |
tree | 7516c5025386801ae15773d4bed77a01bf1d69d3 /apt-pkg/makefile | |
parent | 25dbb396187255367674f264732db681538c87a2 (diff) |
Support for memory-only caching
Author: jgg
Date: 1999-04-18 06:36:36 GMT
Support for memory-only caching
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 14ed1dea5..80bfbdcf3 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -25,7 +25,7 @@ SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \ orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \ pkgrecords.cc algorithms.cc acquire.cc acquire-item.cc \ acquire-worker.cc acquire-method.cc init.cc clean.cc \ - srcrecords.cc + srcrecords.cc cachefile.cc # Source code for the debian specific components SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.cc deb/dpkginit.cc \ @@ -38,7 +38,7 @@ HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \ version.h progress.h pkgrecords.h debrecords.h cmndline.h \ acquire.h acquire-worker.h acquire-item.h acquire-method.h md5.h \ dpkgpm.h dpkginit.h cdromutl.h strutl.h clean.h srcrecords.h \ - debsrcrecords.h + debsrcrecords.h cachefile.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) |