diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-22 18:44:14 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-22 18:44:14 +0200 |
commit | 8336ae355b8a22877cd233063c715688155aa617 (patch) | |
tree | b7e07b1b258114eaa9788b3ff5d2235cbc74d825 /apt-private/makefile | |
parent | c7ea1ebaef0edebfe41353f93a81ee2ada5870a8 (diff) |
move install-progress.{cc,h} to apt-pkg
Diffstat (limited to 'apt-private/makefile')
-rw-r--r-- | apt-private/makefile | 2 |
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) |