diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-03 22:57:14 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-03 22:57:14 +0000 |
commit | 5e97ea1549df8b0f5896f2bebf027721bb197eff (patch) | |
tree | 53fb0d1a8fef5c68fa54efc0d72a0430ca4cc96a /src/perl/libperl_orig.la | |
parent | 391a419a1fce87ea4fef199390e23cbf0dbee589 (diff) | |
download | irssi-5e97ea1549df8b0f5896f2bebf027721bb197eff.zip |
--enable-perl=[yes|no|static]
Allows building perl support either as loadable irssi module or
statically linked to irssi binary.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@716 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/libperl_orig.la')
-rw-r--r-- | src/perl/libperl_orig.la | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/perl/libperl_orig.la b/src/perl/libperl_orig.la new file mode 100644 index 00000000..c83ffc42 --- /dev/null +++ b/src/perl/libperl_orig.la @@ -0,0 +1,25 @@ +# libsilc.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.3.5 (1.385.2.206 2000/05/27 11:12:27) + +# The name that we can dlopen(3). +dlname='' + +# Names of this library. +library_names='' + +# The name of the static archive. +old_library='libperl_orig.a' + +# Libraries that this one depends upon. +dependency_libs='' + +# Version information for libsilc. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=no + +# Directory that this library needs to be installed in: +libdir='' |