diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-04 17:58:36 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-04 17:58:36 +0100 |
commit | 916e5cb41edfa015fd8ec42ba140eb7c0c4cb511 (patch) | |
tree | 351f7803644be7bac1a5458553e6d801850101bc /apt-pkg/makefile | |
parent | d85d0c09cee3aa5b84e45f46595f6dd617ce64b6 (diff) |
add #ifdefed ABI break & cleaner solution once the abi break is in place
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 a90131f80..108632695 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -41,7 +41,7 @@ SOURCE+= pkgcache.cc version.cc depcache.cc \ pkgrecords.cc algorithms.cc acquire.cc\ acquire-worker.cc acquire-method.cc init.cc clean.cc \ srcrecords.cc cachefile.cc versionmatch.cc policy.cc \ - pkgsystem.cc indexfile.cc pkgcachegen.cc acquire-item.cc \ + pkgsystem.cc indexfile.cc metaindex.cc pkgcachegen.cc acquire-item.cc \ indexrecords.cc vendor.cc vendorlist.cc cdrom.cc indexcopy.cc \ aptconfiguration.cc cachefilter.cc cacheset.cc edsp.cc \ install-progress.cc upgrade.cc update.cc |