ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/RCU/Lirc/Makefile.PL
Revision: 1.1
Committed: Sun Nov 6 17:17:37 2005 UTC (19 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     WriteMakefile(
4     NAME => 'RCU::Lirc',
5     VERSION_FROM=> 'Lirc.pm',
6     LIBS => ['-llirc_client'],
7     DEFINE => '',
8     INC => '',
9     );