diff options
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 |