diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 23:12:41 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 23:12:41 +0200 |
commit | ffee1c2bed4accfe25b2ac9e9f0ab9a0ebae9b5b (patch) | |
tree | 300268d8dc2bec4b4537dfa7f106395290be44e9 /apt-pkg/makefile | |
parent | e1dbde8dd006ca0ed6b7a6c383af7bbc60014912 (diff) |
move regex magic from apt-get to new FromRegEx method
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index d4537859d..968275c5c 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -35,7 +35,7 @@ SOURCE+= pkgcache.cc version.cc depcache.cc \ srcrecords.cc cachefile.cc versionmatch.cc policy.cc \ pkgsystem.cc indexfile.cc pkgcachegen.cc acquire-item.cc \ indexrecords.cc vendor.cc vendorlist.cc cdrom.cc indexcopy.cc \ - aptconfiguration.cc + aptconfiguration.cc packageset.cc HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \ orderlist.h sourcelist.h packagemanager.h tagfile.h \ init.h pkgcache.h version.h progress.h pkgrecords.h \ |