diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-21 19:23:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-21 19:23:11 +0000 |
commit | d2edd435b8cbc56743026fb45cf57a9fe6b054b6 (patch) | |
tree | 841bcb44a9e42f63662851b6aa1dc7cdd733028e /src/fe-none | |
parent | 905a5127f41abf8350a633f361022facd1af3850 (diff) | |
download | irssi-d2edd435b8cbc56743026fb45cf57a9fe6b054b6.zip |
Static perl didn't work with botti.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1888 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-none')
-rw-r--r-- | src/fe-none/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index a21a346d..963bdb7a 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -11,6 +11,7 @@ botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ botti_LDADD = \ @COMMON_NOUI_LIBS@ \ @PERL_LINK_LIBS@ \ + @PERL_LINK_FLAGS@ \ $(PROG_LIBS) botti_SOURCES = \ |