diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-29 13:43:46 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-29 13:43:46 +0000 |
commit | 59e310c72336c5bc9a9f06535a48fea6e2a17318 (patch) | |
tree | 1796dc438225433d7511c1d6295dd8920dc42a38 /src/fe-none | |
parent | 6729317cac92d440490597a5247d818b7de61b4c (diff) | |
download | irssi-59e310c72336c5bc9a9f06535a48fea6e2a17318.zip |
stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and maybe some other stuff as well) tries to link all that with the module.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1938 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-none')
-rw-r--r-- | src/fe-none/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index 9015b9e8..e539e2a6 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -11,7 +11,8 @@ botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ botti_LDADD = \ @COMMON_NOUI_LIBS@ \ @PERL_LINK_LIBS@ \ - @PERL_LINK_FLAGS@ + @PERL_LINK_FLAGS@ \ + @PROG_LIBS botti_SOURCES = \ irssi.c |