mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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
This commit is contained in:
parent
51d9d6947d
commit
be57a4e3e1
4 changed files with 2 additions and 95 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue