summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:11 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:11 +0000
commit561ab0db89ae9c4de1b37bac12d5ad8353848862 (patch)
tree2de3945afb2e2b04149d85ae0af5675d3a6f515e /methods/makefile
parent4b4fd143996c3457677d13309337502aed5f9c81 (diff)
Added copy method
Author: jgg Date: 1998-10-25 01:57:07 GMT Added copy method
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index dbe159a7a..ac76b56d9 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -11,3 +11,9 @@ PROGRAM=file
SLIBS = -lapt-pkg
SOURCE = file.cc
include $(PROGRAM_H)
+
+# The copy method
+PROGRAM=copy
+SLIBS = -lapt-pkg
+SOURCE = copy.cc
+include $(PROGRAM_H)