diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:53 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:53 +0000 |
commit | 404ec98e5186c844003dee15e15bc96460cc27a5 (patch) | |
tree | ebff8ce1af4234d13f8af5aa021db7cbfe56dc4b /apt-pkg/makefile | |
parent | 6fc33863f31051a5fc2726a236ce8b64d33bc964 (diff) |
Generic progress meter
Author: jgg
Date: 1998-07-21 05:33:18 GMT
Generic progress meter
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |