]> git.saurik.com Git - apt.git/blobdiff - apt-private/makefile
test: use a multiarch capable dpkg rather than workaround
[apt.git] / apt-private / makefile
index 8feb1ce6c2a930b70a3cf8c89c44140193297fa1..1d179f0b2026a31ca20960291d528bf496e0cac9 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
 SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc)
 HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)