summaryrefslogtreecommitdiff
path: root/src/fe-common/core/Makefile.am
blob: 01c4f002ae7c2e33479111c933d9ee9db735e0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
noinst_LIBRARIES = libfe_common_core.a

INCLUDES = \
	$(GLIB_CFLAGS) \
	-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
	-DHELPDIR=\""$(datadir)/irssi/help"\" \
	-DTHEMESDIR=\""$(datadir)/irssi/themes"\"

libfe_common_core_a_SOURCES = \
	autorun.c \
	chat-completion.c \
	command-history.c \
	completion.c \
	fe-channels.c \
	fe-common-core.c \
	fe-core-commands.c \
	fe-exec.c \
	fe-expandos.c \
	fe-help.c \
	fe-ignore.c \
	fe-ignore-messages.c \
	fe-log.c \
	fe-messages.c \
	fe-modules.c \
	fe-queries.c \
	fe-server.c \
	fe-settings.c \
	formats.c \
	hilight-text.c \
	keyboard.c \
	module-formats.c \
	printtext.c \
	themes.c \
	translation.c \
	window-activity.c \
	window-commands.c \
	window-items.c \
	windows-layout.c \
	fe-windows.c

noinst_HEADERS = \
	command-history.h \
	chat-completion.h \
	completion.h \
	fe-channels.h \
	fe-common-core.h \
	fe-exec.h \
	fe-messages.h \
	fe-queries.h \
	formats.h \
	hilight-text.h \
	keyboard.h \
	module-formats.h \
	module.h \
	printtext.h \
	themes.h \
	translation.h \
	window-items.h \
	windows-layout.h \
	fe-windows.h