summaryrefslogtreecommitdiff
path: root/apt-private/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-28 12:15:47 +0100
committerMichael Vogt <mvo@debian.org>2013-11-28 12:15:47 +0100
commit9e6b13f3751f8a1287ff79861980afb7792a5f9e (patch)
tree98351f6744c4a98c90950d4bd8545c2620d78f11 /apt-private/makefile
parente6645b9fb9ba3a7ff7b6663af3f5e1bcb6f23d78 (diff)
move EditSources into its own file
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 b3d764097..728890b9b 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 utils
+PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main utils sources
SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc)
HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)