]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Fixed docs
[apt.git] / methods / makefile
index ac76b56d9915a75c683c0f7cfe0c6f9210341755..b05356bb4ae7f5385f53ffc8c3c44d1c571ada45 100644 (file)
@@ -17,3 +17,15 @@ 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)