diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:49 +0000 |
commit | f46e768107c0250eb0609a89a74b66ab3c9d8cec (patch) | |
tree | a7321ca9fa202a9f0555c3a378170398dba88640 /methods/makefile | |
parent | f00ce0aee4cc79f7511ab942b5e02dddf86beae6 (diff) |
CDROM method
Author: jgg
Date: 1998-12-03 07:29:16 GMT
CDROM method
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile index b05356bb4..2940b891d 100644 --- a/methods/makefile +++ b/methods/makefile @@ -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 |