X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-text%2FMakefile.am;fp=apps%2Firssi%2Fsrc%2Ffe-text%2FMakefile.am;h=2825dd00177e7a37d333e08463da6662109a69fd;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=cfa02758a57bb6b8626f6380aeb67be86706469f;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/src/fe-text/Makefile.am b/apps/irssi/src/fe-text/Makefile.am index cfa02758..2825dd00 100644 --- a/apps/irssi/src/fe-text/Makefile.am +++ b/apps/irssi/src/fe-text/Makefile.am @@ -38,11 +38,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 @@ -53,12 +48,6 @@ else use_term_sources = $(terminfo_sources) endif -if USE_CUIX -use_term_sources += $(cuix_sources) -silc_LDADD += -lform -lpanel -lmenu -INCLUDES += -I$(top_srcdir)/src/irc/core -endif - silc_SOURCES = \ gui-entry.c \ gui-expandos.c \ @@ -78,12 +67,12 @@ silc_SOURCES = \ $(use_term_sources) \ textbuffer.c \ textbuffer-commands.c \ - textbuffer-reformat.c \ textbuffer-view.c \ silc.c \ module-formats.c noinst_HEADERS = \ + statusbar-item.h \ gui-entry.h \ gui-printtext.h \ gui-readline.h \ @@ -95,7 +84,6 @@ noinst_HEADERS = \ terminfo-core.h \ textbuffer.h \ textbuffer-view.h \ - textbuffer-reformat.h \ module.h \ module-formats.h