X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fcore%2FMakefile.am;h=4860da14a32c2ea01fe1e57aa5e81efc1c59064e;hp=d97433a371f72aa8620c06365ce9960fc24e3e6f;hb=1db7801dd7c7890ebc8bbec651a9d18cbbe9012b;hpb=35013080aabb8ec82609c07c43c5444cbf6568e4 diff --git a/apps/irssi/src/fe-common/core/Makefile.am b/apps/irssi/src/fe-common/core/Makefile.am index d97433a3..4860da14 100644 --- a/apps/irssi/src/fe-common/core/Makefile.am +++ b/apps/irssi/src/fe-common/core/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libfe_common_core.a include $(top_srcdir)/Makefile.defines.in -INCLUDES = \ +INCLUDES += \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \ $(GLIB_CFLAGS) \ -DHELPDIR=\""$(silc_helpdir)"\" \ @@ -27,11 +27,13 @@ libfe_common_core_a_SOURCES = \ fe-queries.c \ fe-server.c \ fe-settings.c \ + utf8.c \ formats.c \ hilight-text.c \ keyboard.c \ module-formats.c \ printtext.c \ + fe-recode.c \ themes.c \ translation.c \ window-activity.c \ @@ -47,15 +49,18 @@ noinst_HEADERS = \ completion.h \ fe-channels.h \ fe-common-core.h \ + fe-core-commands.h \ fe-exec.h \ fe-messages.h \ fe-queries.h \ + utf8.h \ formats.h \ hilight-text.h \ keyboard.h \ module-formats.h \ module.h \ printtext.h \ + fe-recode.h \ themes.h \ translation.h \ window-activity.h \