From 404ec98e5186c844003dee15e15bc96460cc27a5 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:53 +0000 Subject: Generic progress meter Author: jgg Date: 1998-07-21 05:33:18 GMT Generic progress meter --- 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 f6a5d003c..e067bb617 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -15,8 +15,8 @@ MINOR=0.0 # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ - contrib/configuration.cc - + contrib/configuration.cc contrib/progress.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 \ @@ -29,7 +29,7 @@ SOURCE+= deb/deblistparser.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 + version.h progress.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) # Private header files -- cgit v1.2.3-70-g09d2