X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/866893a619e00966ae6b1549c4bfce92d6c17db1..7014e1482942d00b66eb30061b0cf5d2a7b3ebf3:/apt-private/makefile?ds=sidebyside 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)