X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ed3dc989ebabe915888de3ffd83cbe5be0f99444..cdcc6d34b0256aa5efe159351bb24b2e28ed143b:/apt-pkg/makefile diff --git a/apt-pkg/makefile b/apt-pkg/makefile index f51e60eca..08b8b2941 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -35,11 +35,11 @@ HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.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 \ - dpkgpm.h dpkginit.h cdromutl.h + dpkgpm.h dpkginit.h cdromutl.h strutl.h HEADERS := $(addprefix apt-pkg/,$(HEADERS)) # Private header files -HEADERS+= strutl.h system.h +HEADERS+= system.h include $(LIBRARY_H)