summaryrefslogtreecommitdiff
path: root/apt-private/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-22 18:44:14 +0200
committerMichael Vogt <mvo@debian.org>2013-10-22 18:44:14 +0200
commit8336ae355b8a22877cd233063c715688155aa617 (patch)
treeb7e07b1b258114eaa9788b3ff5d2235cbc74d825 /apt-private/makefile
parentc7ea1ebaef0edebfe41353f93a81ee2ada5870a8 (diff)
move install-progress.{cc,h} to apt-pkg
Diffstat (limited to 'apt-private/makefile')
-rw-r--r--apt-private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/makefile b/apt-private/makefile
index 9b074f189..1d179f0b2 100644
--- a/apt-private/makefile
+++ b/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)