summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:16 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:16 +0000
commit143abaebdefc9063ec78b7fc10aeaa62ccd6cafc (patch)
treec61376ca4275fb2c2278665c9fcdac610ad6be7c /cmdline/makefile
parent13d87e2e0f84512bc139637635b1e5025fa82a6c (diff)
cdrom and source support
Author: jgg Date: 1999-07-12 02:59:36 GMT cdrom and source support
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 861976ec7..17042c0d2 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -30,5 +30,5 @@ include $(PROGRAM_H)
PROGRAM=apt-cdrom
SLIBS = -lapt-pkg
LIB_MAKES = apt-pkg/makefile
-SOURCE = apt-cdrom.cc
+SOURCE = apt-cdrom.cc indexcopy.cc
include $(PROGRAM_H)