Sun May 13 16:54:35 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
[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         utf8.c \
31         formats.c \
32         hilight-text.c \
33         keyboard.c \
34         module-formats.c \
35         printtext.c \
36         fe-recode.c \
37         themes.c \
38         translation.c \
39         window-activity.c \
40         window-commands.c \
41         window-items.c \
42         windows-layout.c \
43         fe-windows.c
44
45 noinst_HEADERS = \
46         autorun.h \
47         command-history.h \
48         chat-completion.h \
49         completion.h \
50         fe-channels.h \
51         fe-common-core.h \
52         fe-core-commands.h \
53         fe-exec.h \
54         fe-messages.h \
55         fe-queries.h \
56         utf8.h \
57         formats.h \
58         hilight-text.h \
59         keyboard.h \
60         module-formats.h \
61         module.h \
62         printtext.h \
63         fe-recode.h \
64         themes.h \
65         translation.h \
66         window-activity.h \
67         window-items.h \
68         windows-layout.h \
69         fe-windows.h