summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
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)