diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-28 18:30:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-28 18:30:17 +0000 |
commit | 44b12481d66c68e00f5dade2a0fc815497b1535c (patch) | |
tree | 0e6afd5e0fa95687200c35fbc4cd77eccf5dc099 /src/fe-none | |
parent | 2ba339a26bc02bf4caa92e735ba79bd0dcc76a9f (diff) | |
download | irssi-44b12481d66c68e00f5dade2a0fc815497b1535c.zip |
Fixes for the updated configure.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1925 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-none')
-rw-r--r-- | src/fe-none/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index 963bdb7a..9015b9e8 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -11,8 +11,7 @@ botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ botti_LDADD = \ @COMMON_NOUI_LIBS@ \ @PERL_LINK_LIBS@ \ - @PERL_LINK_FLAGS@ \ - $(PROG_LIBS) + @PERL_LINK_FLAGS@ botti_SOURCES = \ irssi.c |