summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:24 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:24 +0000
commit0919e3f9400aba51bd73e7f90c6d1ba4406b5421 (patch)
tree8f8238229c598b7384c22f0c6eb100e7653ad479 /cmdline/makefile
parent93274b8d888dea1cf8a855029800b808c6244605 (diff)
apt-get update works
Author: jgg Date: 1998-11-11 23:45:08 GMT apt-get update works
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index a6911c991..d3c1012d9 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -14,5 +14,5 @@ include $(PROGRAM_H)
# The apt-config program
PROGRAM=apt-get
SLIBS = -lapt-pkg
-SOURCE = apt-get.cc
+SOURCE = apt-get.cc acqprogress.cc
include $(PROGRAM_H)