summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-07-17 20:04:44 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-07-17 20:04:44 +0200
commit8fde723961709118837153cdf94f150c680e10e9 (patch)
tree3cff8c287e111df66a93e9c55b6c9a3e959f4b79 /cmdline/makefile
parent9ba5aa3b01f1f7c08c74f5d0a21971db221d30f1 (diff)
* apt-pkg/cacheset.cc:
- move them back to the library as they look stable now
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index 4ffe49ee0..917ccc96a 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 cacheset.cc
+SOURCE = apt-cache.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 cacheset.cc
+SOURCE = apt-get.cc acqprogress.cc
include $(PROGRAM_H)
# The apt-config program