From 1bc849af8f694ab80887bd0e9b94280f78771dbc Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:40 +0000 Subject: Clean support Author: jgg Date: 1999-02-01 08:11:57 GMT Clean support --- apt-pkg/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/makefile') diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 08b8b2941..87a5e46f6 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -24,9 +24,9 @@ SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ 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 templates.cc + acquire-worker.cc acquire-method.cc init.cc clean.cc templates.cc -# Source code for the debian specific components +# Source code for the debian specific components SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.cc deb/dpkginit.cc # Public apt-pkg header files @@ -35,7 +35,7 @@ HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \ packagemanager.h tagfile.h deblistparser.h init.h pkgcache.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 + dpkgpm.h dpkginit.h cdromutl.h strutl.h clean.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) -- cgit v1.2.3