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
This commit is contained in:
Damien Stuart 2009-05-12 01:39:18 +00:00
parent a32100f964
commit 2fff0a0a20
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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