]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Removed extra printf
[apt.git] / methods / makefile
index 1656f57003857c4ce471eb6817007d306bec13ce..2940b891da4f478590bc9c50d64a3f8b61b0b60b 100644 (file)
@@ -23,3 +23,15 @@ PROGRAM=gzip
 SLIBS = -lapt-pkg 
 SOURCE = gzip.cc
 include $(PROGRAM_H)
+
+# The cdrom method
+PROGRAM=cdrom
+SLIBS = -lapt-pkg 
+SOURCE = cdrom.cc
+include $(PROGRAM_H)
+
+# The http method
+PROGRAM=http
+SLIBS = -lapt-pkg 
+SOURCE = http.cc
+include $(PROGRAM_H)