diff options
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 96af6ce0..39d7a3a3 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -33,11 +33,6 @@ terminfo_sources = \ curses_sources = \ term-curses.c -cuix_sources = \ - cuix-api.c \ - cuix-lib.c \ - cuix.c - if NEED_TPARM use_tparm_sources = $(tparm_sources) endif @@ -48,13 +43,6 @@ else use_term_sources = $(terminfo_sources) endif -if USE_CUIX -use_term_sources += $(cuix_sources) -irssi_LDADD += -lform -lpanel -lmenu -INCLUDES += -I$(top_srcdir)/src/irc/core -endif - - irssi_SOURCES = \ gui-entry.c \ gui-expandos.c \ |