summaryrefslogtreecommitdiff
path: root/src/perl/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-10-02 01:11:53 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-10-02 01:11:53 +0000
commit6fc2a3412178385f241efa4c16d7e8b10d392042 (patch)
tree6203f7abe48c7eccdcc847e873897dc410e13fc8 /src/perl/Makefile.am
parentb7ce4dc8141239f7efe39f2a4be1ec65808f66be (diff)
downloadirssi-6fc2a3412178385f241efa4c16d7e8b10d392042.zip
Added -avoid-version options and disable-static for SILC module.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@714 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/Makefile.am')
-rw-r--r--src/perl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am
index 4272cdfe..ae038bc8 100644
--- a/src/perl/Makefile.am
+++ b/src/perl/Makefile.am
@@ -1,6 +1,8 @@
moduledir = $(libdir)/irssi/modules
module_LTLIBRARIES = libirssi_perl.la
+libirssi_perl_la_LDFLAGS = -avoid-version
+
irssi-perl.c: perl-signals.h
INCLUDES = $(GLIB_CFLAGS) \