]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Fixed docs
[apt.git] / methods / makefile
index dbe159a7a7b01cca306635e848950684f84c3e46..b05356bb4ae7f5385f53ffc8c3c44d1c571ada45 100644 (file)
@@ -11,3 +11,21 @@ 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)
+
+# The gzip method
+PROGRAM=gzip
+SLIBS = -lapt-pkg 
+SOURCE = gzip.cc
+include $(PROGRAM_H)
+
+# The http method
+PROGRAM=http
+SLIBS = -lapt-pkg 
+SOURCE = http.cc
+include $(PROGRAM_H)