From 2fff0a0a209d409249d56c18e90768165a7a40b7 Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Tue, 12 May 2009 01:39:18 +0000 Subject: [PATCH] Added the Perl module files to Makefile.am so they will be included in the dist. git-svn-id: file:///home/mbr/svn/fwknop/trunk@85 510a4753-2344-4c79-9c09-4d669213fbeb --- Makefile.am | 17 +++++++++++++++++ perl/FKO/README | 4 ++++ 2 files changed, 21 insertions(+) diff --git a/Makefile.am b/Makefile.am index e588c791..7290c589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,18 @@ SUBDIRS = fko src doc + +EXTRA_DIST = \ + perl/FKO/README \ + perl/FKO/inc/Devel/CheckLib.pm \ + perl/FKO/MANIFEST \ + perl/FKO/ppport.h \ + perl/FKO/FKO.xs \ + perl/FKO/t/03_errors.t \ + perl/FKO/t/02_functions.t \ + perl/FKO/t/01_constants.t \ + perl/FKO/t/00_init.t \ + perl/FKO/Makefile.PL \ + perl/FKO/typemap \ + perl/FKO/lib/FKO.pm \ + perl/FKO/lib/FKO_Constants.pl \ + perl/FKO/Changes + diff --git a/perl/FKO/README b/perl/FKO/README index 777925b2..29b34cb5 100644 --- a/perl/FKO/README +++ b/perl/FKO/README @@ -8,6 +8,10 @@ and usage overview. INSTALLATION +The library "libfko" should already be installed on the local +system (in a location perl will find it) before attempting to +build/install this module. + To install this module type the following: perl Makefile.PL