]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
Checked the size of partial files #33705
[apt.git] / apt-pkg / makefile
index 08b8b294119084651919a85f3bb63ff80b73cfa2..e135c8ee9b1c0a11e52047104a5dc9a1cb053f7c 100644 (file)
@@ -11,7 +11,7 @@ include ../buildlib/defaults.mak
 
 # The library name
 LIBRARY=apt-pkg
-MAJOR=2.0
+MAJOR=2.2
 MINOR=0
 SLIBS=$(PTHREADLIB)
 
@@ -24,9 +24,9 @@ SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
 SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
          orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
         pkgrecords.cc algorithms.cc acquire.cc acquire-item.cc \
-        acquire-worker.cc acquire-method.cc init.cc templates.cc
+        acquire-worker.cc acquire-method.cc init.cc clean.cc templates.cc
 
-# Source code for the debian specific components        
+# Source code for the debian specific components
 SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.cc deb/dpkginit.cc
 
 # Public apt-pkg header files
@@ -35,7 +35,7 @@ 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 strutl.h
+         dpkgpm.h dpkginit.h cdromutl.h strutl.h clean.h
 
 HEADERS := $(addprefix apt-pkg/,$(HEADERS))