summaryrefslogtreecommitdiff
path: root/apt-private/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-25 08:36:57 +0100
committerMichael Vogt <mvo@debian.org>2013-11-25 08:36:57 +0100
commitcfacba5230f2e6bb88a1949505843ac22ed342d5 (patch)
treeeff800414a0dc669cfba1002701eb66fe83756a7 /apt-private/makefile
parent61f954bff040809e7ab57b3adec2fe95339ffb94 (diff)
add basic "edit-sources" command
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 1d179f0b2..b3d764097 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
+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)