X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-text%2FMakefile.am;h=cfa02758a57bb6b8626f6380aeb67be86706469f;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=2b248696ef2e148489214b41310b217513e9e01a;hpb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;p=silc.git diff --git a/apps/irssi/src/fe-text/Makefile.am b/apps/irssi/src/fe-text/Makefile.am index 2b248696..cfa02758 100644 --- a/apps/irssi/src/fe-text/Makefile.am +++ b/apps/irssi/src/fe-text/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = silc include $(top_srcdir)/Makefile.defines.in -INCLUDES = \ +INCLUDES += \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/fe-common/core/ \ @@ -16,12 +16,13 @@ silc_DEPENDENCIES = \ @PERL_LINK_LIBS@ \ @PERL_FE_LINK_LIBS@ -LIBS = $(SILC_COMMON_LIBS) silc_LDADD = \ @COMMON_LIBS@ \ - -L$(silc_top_srcdir)/lib -lsilcclient \ @PERL_LINK_LIBS@ \ @PERL_FE_LINK_LIBS@ \ + $(SILC_COMMON_LDFLAGS) \ + -lsilcclient \ + $(SILC_COMMON_LIBS) \ @PERL_LINK_FLAGS@ \ @PROG_LIBS@ \ @TEXTUI_LIBS@ @@ -37,6 +38,11 @@ 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 @@ -47,6 +53,12 @@ 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 \ @@ -68,7 +80,6 @@ silc_SOURCES = \ textbuffer-commands.c \ textbuffer-reformat.c \ textbuffer-view.c \ - utf8.c \ silc.c \ module-formats.c @@ -85,7 +96,6 @@ noinst_HEADERS = \ textbuffer.h \ textbuffer-view.h \ textbuffer-reformat.h \ - utf8.h \ module.h \ module-formats.h