X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2662c370aa734419fd561342b7b57f338dc159e6..90d642804ca96ba640d2c2fbd0620b69670ee827:/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)