]>
git.saurik.com Git - apt.git/blobdiff - methods/makefile
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)