CDROM method
[ntk/apt.git] / methods / makefile
index b05356b..2940b89 100644 (file)
@@ -24,6 +24,12 @@ 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