diff options
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 285d0120d..f981a8895 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -27,14 +27,15 @@ SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \ acquire-worker.cc acquire-method.cc init.cc templates.cc # Source code for the debian specific components -SOURCE+= deb/deblistparser.cc deb/debrecords.cc +SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.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 pkgrecords.h debrecords.h cmndline.h \ - acquire.h acquire-worker.h acquire-item.h acquire-method.h md5.h + acquire.h acquire-worker.h acquire-item.h acquire-method.h md5.h \ + dpkgpm.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) |