updates.
[silc.git] / apps / irssi / src / fe-common / core / Makefile.am
1 noinst_LIBRARIES = libfe_common_core.a
2
3 include $(top_srcdir)/Makefile.defines.in
4
5 INCLUDES = \
6         -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
7         $(GLIB_CFLAGS) \
8         -DHELPDIR=\""$(silc_helpdir)"\" \
9         -DTHEMESDIR=\""$(silc_etcdir)"\"
10
11 libfe_common_core_a_SOURCES = \
12         autorun.c \
13         chat-completion.c \
14         command-history.c \
15         completion.c \
16         fe-channels.c \
17         fe-common-core.c \
18         fe-core-commands.c \
19         fe-exec.c \
20         fe-expandos.c \
21         fe-help.c \
22         fe-ignore.c \
23         fe-ignore-messages.c \
24         fe-log.c \
25         fe-messages.c \
26         fe-modules.c \
27         fe-queries.c \
28         fe-server.c \
29         fe-settings.c \
30         formats.c \
31         hilight-text.c \
32         keyboard.c \
33         module-formats.c \
34         printtext.c \
35         themes.c \
36         translation.c \
37         window-activity.c \
38         window-commands.c \
39         window-items.c \
40         windows-layout.c \
41         fe-windows.c
42
43 noinst_HEADERS = \
44         autorun.h \
45         command-history.h \
46         chat-completion.h \
47         completion.h \
48         fe-channels.h \
49         fe-common-core.h \
50         fe-exec.h \
51         fe-messages.h \
52         fe-queries.h \
53         formats.h \
54         hilight-text.h \
55         keyboard.h \
56         module-formats.h \
57         module.h \
58         printtext.h \
59         themes.h \
60         translation.h \
61         window-activity.h \
62         window-items.h \
63         windows-layout.h \
64         fe-windows.h