diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-15 20:46:09 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-15 20:46:09 +0200 |
commit | d8276801a1c84582a85ed9ea1f2eb4e66e052e6b (patch) | |
tree | 88f406f0eb45f617471c128052a308e3a9225b6d /cmdline/makefile | |
parent | 55c59998a046e8d60b5bf51772bd7db5cd43ca7c (diff) |
* cmdline/cacheset.cc:
- doesn't include it in the library for now as it is too volatile
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/makefile b/cmdline/makefile index 917ccc96a..4ffe49ee0 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -9,14 +9,14 @@ include ../buildlib/defaults.mak PROGRAM=apt-cache SLIBS = -lapt-pkg $(INTLLIBS) LIB_MAKES = apt-pkg/makefile -SOURCE = apt-cache.cc +SOURCE = apt-cache.cc cacheset.cc include $(PROGRAM_H) # The apt-get program PROGRAM=apt-get SLIBS = -lapt-pkg -lutil $(INTLLIBS) LIB_MAKES = apt-pkg/makefile -SOURCE = apt-get.cc acqprogress.cc +SOURCE = apt-get.cc acqprogress.cc cacheset.cc include $(PROGRAM_H) # The apt-config program |