]> git.saurik.com Git - apt.git/blobdiff - apt-private/makefile
add basic "edit-sources" command
[apt.git] / apt-private / makefile
index 1d179f0b2026a31ca20960291d528bf496e0cac9..b3d764097d57bfa2e5e4e2921eb34fc3afb8dd10 100644 (file)
@@ -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
+PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main utils
 SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc)
 HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)