diff options
author | Timo Sirainen <cras@irssi.org> | 2002-05-08 00:27:46 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-05-08 00:27:46 +0000 |
commit | 24c4a2e86d46f8e2152bf983d932f0cac2701a1f (patch) | |
tree | b733e049a0d2bc45148ac1219865fe0592b4da70 /src/fe-text/Makefile.am | |
parent | c1384d919b2e0fe7a17553113fea1f3c3867b9aa (diff) | |
download | irssi-24c4a2e86d46f8e2152bf983d932f0cac2701a1f.zip |
link with -export-dynamic. normally glib includes the dynamic linking info,
but not in all systems.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2759 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 358769b0..4b98f7da 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -13,6 +13,8 @@ irssi_DEPENDENCIES = \ @PERL_LINK_LIBS@ \ @PERL_FE_LINK_LIBS@ +irssi_LDFLAGS = -export-dynamic + irssi_LDADD = \ @COMMON_LIBS@ \ @PERL_LINK_LIBS@ \ |