Forráskód Böngészése

move install-progress.{cc,h} to apt-pkg

Michael Vogt 12 éve
szülő
commit
8336ae355b
4 módosított fájl, 4 hozzáadás és 3 törlés
  1. 0 0
      apt-pkg/install-progress.cc
  2. 0 0
      apt-pkg/install-progress.h
  3. 3 2
      apt-pkg/makefile
  4. 1 1
      apt-private/makefile

apt-private/private-progress.cc → apt-pkg/install-progress.cc


apt-private/private-progress.h → apt-pkg/install-progress.h


+ 3 - 2
apt-pkg/makefile

@@ -43,7 +43,8 @@ SOURCE+= pkgcache.cc version.cc depcache.cc \
 	 srcrecords.cc cachefile.cc versionmatch.cc policy.cc \
 	 pkgsystem.cc indexfile.cc pkgcachegen.cc acquire-item.cc \
 	 indexrecords.cc vendor.cc vendorlist.cc cdrom.cc indexcopy.cc \
-	 aptconfiguration.cc cachefilter.cc cacheset.cc edsp.cc 
+	 aptconfiguration.cc cachefilter.cc cacheset.cc edsp.cc \
+	 install-progress.cc
 HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \
 	  orderlist.h sourcelist.h packagemanager.h tagfile.h \
 	  init.h pkgcache.h version.h progress.h pkgrecords.h \
@@ -51,7 +52,7 @@ HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \
 	  clean.h srcrecords.h cachefile.h versionmatch.h policy.h \
 	  pkgsystem.h indexfile.h metaindex.h indexrecords.h vendor.h \
 	  vendorlist.h cdrom.h indexcopy.h aptconfiguration.h \
-	  cachefilter.h cacheset.h edsp.h 
+	  cachefilter.h cacheset.h edsp.h install-progress.h
 
 # Source code for the debian specific components
 # In theory the deb headers do not need to be exported..

+ 1 - 1
apt-private/makefile

@@ -17,7 +17,7 @@ MAJOR=0.0
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 
-PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main progress
+PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main
 SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc)
 HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)