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