X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/93bf083d699c60f1ac40297bfa6783fb0cb800d8..bc4af0b920be60156e5567ada3339b432d3f6e3a:/apt-pkg/makefile diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 733196bbe..d78fb7cdc 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -17,7 +17,8 @@ SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ - contrib/configuration.cc contrib/progress.cc contrib/cmndline.cc + contrib/configuration.cc contrib/progress.cc contrib/cmndline.cc \ + contrib/md5.cc # Source code for the main library SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \ @@ -26,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 deb/dpkginit.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 + acquire.h acquire-worker.h acquire-item.h acquire-method.h md5.h \ + dpkgpm.h dpkginit.h HEADERS := $(addprefix apt-pkg/,$(HEADERS))