X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fcore%2FMakefile.am;fp=apps%2Firssi%2Fsrc%2Ffe-common%2Fcore%2FMakefile.am;h=136e3524b2fbdad2b3139e69fdb680794bfaa720;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=4860da14a32c2ea01fe1e57aa5e81efc1c59064e;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/src/fe-common/core/Makefile.am b/apps/irssi/src/fe-common/core/Makefile.am index 4860da14..136e3524 100644 --- a/apps/irssi/src/fe-common/core/Makefile.am +++ b/apps/irssi/src/fe-common/core/Makefile.am @@ -9,7 +9,6 @@ INCLUDES += \ -DTHEMESDIR=\""$(silc_etcdir)"\" libfe_common_core_a_SOURCES = \ - autorun.c \ chat-completion.c \ command-history.c \ completion.c \ @@ -28,6 +27,7 @@ libfe_common_core_a_SOURCES = \ fe-server.c \ fe-settings.c \ utf8.c \ + wcwidth.c \ formats.c \ hilight-text.c \ keyboard.c \ @@ -35,7 +35,6 @@ libfe_common_core_a_SOURCES = \ printtext.c \ fe-recode.c \ themes.c \ - translation.c \ window-activity.c \ window-commands.c \ window-items.c \ @@ -43,7 +42,6 @@ libfe_common_core_a_SOURCES = \ fe-windows.c noinst_HEADERS = \ - autorun.h \ command-history.h \ chat-completion.h \ completion.h \ @@ -53,7 +51,6 @@ noinst_HEADERS = \ fe-exec.h \ fe-messages.h \ fe-queries.h \ - utf8.h \ formats.h \ hilight-text.h \ keyboard.h \ @@ -62,8 +59,8 @@ noinst_HEADERS = \ printtext.h \ fe-recode.h \ themes.h \ - translation.h \ window-activity.h \ window-items.h \ windows-layout.h \ - fe-windows.h + fe-windows.h \ + utf8.h