diff options
author | Timo Sirainen <cras@irssi.org> | 2002-08-26 23:58:59 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-08-26 23:58:59 +0000 |
commit | fce48d905b051b47dfd1a4ea325a706390ff6e86 (patch) | |
tree | 527a184849894ae13e817b78d27113936721a21c /src/fe-text/Makefile.am | |
parent | 8790f97869008c25fa14aa7321b1dfce3af4a64b (diff) | |
download | irssi-fce48d905b051b47dfd1a4ea325a706390ff6e86.zip |
moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list of
common libraries for all ui frontends..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2899 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 4b98f7da..68bf7169 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -20,7 +20,8 @@ irssi_LDADD = \ @PERL_LINK_LIBS@ \ @PERL_FE_LINK_LIBS@ \ @PERL_LINK_FLAGS@ \ - @PROG_LIBS@ + @PROG_LIBS@ \ + @TEXTUI_LIBS@ tparm_sources = \ tparm.c |