]> git.saurik.com Git - apt.git/blobdiff - apt-private/makefile
move iprogress.{cc,h} to private-progress.{cc,h} until its fully stable
[apt.git] / apt-private / makefile
index 8feb1ce6c2a930b70a3cf8c89c44140193297fa1..9b074f1897027b2a8285ab8b990d58d370cecdff 100644 (file)
@@ -17,7 +17,7 @@ MAJOR=0.0
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 
-PRIVATES=list install output cachefile cacheset update upgrade cmndline moo search show main
+PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main progress
 SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc)
 HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)