Sun May 13 16:54:35 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
[silc.git] / apps / irssi / src / core / Makefile.am
index 6a6aeef31eae3396bcdfa3a7fd1b56b24812282d..8c11695fe97581af12547f4c71135aa7dcef6c21 100644 (file)
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libcore.a
 
 include $(top_srcdir)/Makefile.defines.in
 
-INCLUDES = \
+INCLUDES += \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/core \
        $(GLIB_CFLAGS) \
@@ -38,6 +38,7 @@ libcore_a_SOURCES = \
        pidwait.c \
        queries.c \
        rawlog.c \
+       recode.c \
        servers.c \
        servers-reconnect.c \
        servers-setup.c \
@@ -85,6 +86,7 @@ noinst_HEADERS = \
        pidwait.h \
        queries.h \
        rawlog.h \
+       recode.h \
        servers.h \
        servers-reconnect.h \
        servers-setup.h \