Skip to content

Commit

Permalink
Added the Perl module files to Makefile.am so they will be included i…
Browse files Browse the repository at this point in the history
…n the dist.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@85 510a4753-2344-4c79-9c09-4d669213fbeb
  • Loading branch information
Damien Stuart committed May 12, 2009
1 parent a32100f commit 2fff0a0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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

4 changes: 4 additions & 0 deletions perl/FKO/README
Expand Up @@ -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
Expand Down

0 comments on commit 2fff0a0

Please sign in to comment.