summaryrefslogtreecommitdiff
path: root/src/perl
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-11-23 09:48:48 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-11-23 09:48:48 +0000
commitbe57a4e3e1b22940741ba2ab3b6fd7082c1d21f3 (patch)
tree9998f432f58933c691f9b3a2bb8d82a7e31d0e6b /src/perl
parent51d9d6947d6c871782f432cd2c62575fd4596c4d (diff)
downloadirssi-be57a4e3e1b22940741ba2ab3b6fd7082c1d21f3.zip
Remove apparently useless indirection through stub libtool library
files for libperl.a and DynaLoader.a when building perl support as module. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4919 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl')
-rw-r--r--src/perl/Makefile.am13
-rw-r--r--src/perl/libperl_dynaloader.la25
-rw-r--r--src/perl/libperl_orig.la25
3 files changed, 0 insertions, 63 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am
index 0bf65f79..909f4a81 100644
--- a/src/perl/Makefile.am
+++ b/src/perl/Makefile.am
@@ -43,17 +43,6 @@ noinst_HEADERS = \
perl-signals.h \
perl-sources.h
-libperl_core_la_DEPENDENCIES = .libs/libperl_orig.a .libs/DynaLoader.a
-
-.libs/libperl_orig.a:
- $(mkdir_p) .libs
- rm -f .libs/libperl_orig.a
- if [ x$(LIBPERL_A) = x ]; then touch .libs/libperl_orig.a; else $(LN_S) $(LIBPERL_A) .libs/libperl_orig.a; fi
-.libs/DynaLoader.a:
- $(mkdir_p) .libs
- rm -f .libs/DynaLoader.a
- $(LN_S) $(DYNALOADER_A) .libs/DynaLoader.a
-
libperl_core_la_SOURCES = \
$(perl_sources)
@@ -126,8 +115,6 @@ textui_sources = \
textui/module.h
EXTRA_DIST = \
- libperl_dynaloader.la \
- libperl_orig.la \
get-signals.pl \
irssi-core.pl \
$(common_sources) \
diff --git a/src/perl/libperl_dynaloader.la b/src/perl/libperl_dynaloader.la
deleted file mode 100644
index 9117cdbd..00000000
--- a/src/perl/libperl_dynaloader.la
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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='DynaLoader.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=''
diff --git a/src/perl/libperl_orig.la b/src/perl/libperl_orig.la
deleted file mode 100644
index c83ffc42..00000000
--- a/src/perl/libperl_orig.la
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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=''