X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fcore%2FMakefile.am;h=d9ea60a943d38c88539000fc03ff952d42ad8c43;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=1443bc91cc5a8186498e3aff04a8b425231c5dfc;hpb=321a36d1953a26f3ecda8fa2cccaa64e9d138d35;p=silc.git diff --git a/apps/irssi/src/core/Makefile.am b/apps/irssi/src/core/Makefile.am index 1443bc91..d9ea60a9 100644 --- a/apps/irssi/src/core/Makefile.am +++ b/apps/irssi/src/core/Makefile.am @@ -2,18 +2,12 @@ noinst_LIBRARIES = libcore.a include $(top_srcdir)/Makefile.defines.in -INCLUDES = \ +INCLUDES += \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/core \ $(GLIB_CFLAGS) \ -DSYSCONFDIR=\""$(silc_etcdir)"\" \ - -DMODULEDIR=\""$(silc_modulesdir)"\" \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/core - -if BUILD_MEMDEBUG -memdebug_src=memdebug.c -else -memdebug_src= -endif + -DMODULEDIR=\""@SILC_IRSSIDIR@"\" libcore_a_SOURCES = \ args.c \ @@ -29,23 +23,26 @@ libcore_a_SOURCES = \ levels.c \ line-split.c \ log.c \ + log-away.c \ masks.c \ - $(memdebug_src) \ misc.c \ modules.c \ + modules-load.c \ net-disconnect.c \ net-nonblock.c \ net-sendbuffer.c \ network.c \ + network-openssl.c \ nicklist.c \ nickmatch-cache.c \ pidwait.c \ queries.c \ rawlog.c \ + recode.c \ servers.c \ servers-reconnect.c \ - servers-redirect.c \ servers-setup.c \ + session.c \ settings.c \ signals.c \ special-vars.c \ @@ -75,10 +72,10 @@ noinst_HEADERS = \ line-split.h \ log.h \ masks.h \ - memdebug.h \ misc.h \ module.h \ modules.h \ + modules-load.h \ net-disconnect.h \ net-nonblock.h \ net-sendbuffer.h \ @@ -89,16 +86,14 @@ noinst_HEADERS = \ pidwait.h \ queries.h \ rawlog.h \ + recode.h \ servers.h \ servers-reconnect.h \ - servers-redirect.h \ servers-setup.h \ + session.h \ settings.h \ signals.h \ special-vars.h \ window-item-def.h \ write-buffer.h \ $(structure_headers) - -EXTRA_DIST = \ - memdebug.c