]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
Hopefully fixed the scan bug
[apt.git] / apt-pkg / makefile
index f51e60eca0f9467bd8a5d0b1b1c249a06e8278f0..08b8b294119084651919a85f3bb63ff80b73cfa2 100644 (file)
@@ -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)