diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-29 08:38:12 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-29 08:38:12 +0100 |
commit | faeb435cab7b41a50c621ef9f96853d15c57d0d8 (patch) | |
tree | c2554080ab4a46b0cfdd1eba7fb0767328e75c44 /apt-private/makefile | |
parent | c1a61d1ca91e0a0a79b8c1be3fe04bcfa12cf0dc (diff) | |
parent | cf993341c2067ee091cfd51e5da0e237babce171 (diff) |
Merge branch 'feature/edit-sources' into debian/sid
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 1d179f0b2..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 +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) |