diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:55 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:55 +0000 |
commit | f55ece0eae40e44dca027528a6f11091279d72b3 (patch) | |
tree | 16a95e95fec448c37fd01bfb99ee8f33f93b6579 /apt-pkg/makefile | |
parent | b572638d2e277c1b0040bf6ede3d344ca970f73a (diff) |
Package Record parser
Author: jgg
Date: 1998-08-09 00:51:33 GMT
Package Record parser
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 e067bb617..f06e1afd2 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -20,16 +20,16 @@ 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 \ - algorithms.cc init.cc templates.cc + pkgrecords.cc algorithms.cc init.cc templates.cc # Source code for the debian specific components -SOURCE+= deb/deblistparser.cc +SOURCE+= deb/deblistparser.cc deb/debrecords.cc # Public apt-pkg header files 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 + version.h progress.h pkgrecords.h debrecords.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) # Private header files |