diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 07:57:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 07:57:32 +0200 |
commit | e1dbde8dd006ca0ed6b7a6c383af7bbc60014912 (patch) | |
tree | 404a3c469869f9cf4a67ee43fbda8a7ed1bfdc6a /apt-pkg/makefile | |
parent | f5cd2dbfc493127b18d9ea2b0bb258b736b91cd4 (diff) |
* apt-pkg/packageset.h:
- add a simple wrapper around std::set for packages with it
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 148ad581b..d4537859d 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -42,7 +42,8 @@ HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \ acquire.h acquire-worker.h acquire-item.h acquire-method.h \ clean.h srcrecords.h cachefile.h versionmatch.h policy.h \ pkgsystem.h indexfile.h metaindex.h indexrecords.h vendor.h \ - vendorlist.h cdrom.h indexcopy.h aptconfiguration.h + vendorlist.h cdrom.h indexcopy.h aptconfiguration.h \ + packageset.h # Source code for the debian specific components # In theory the deb headers do not need to be exported.. |