summaryrefslogtreecommitdiff
path: root/src/fe-common/core/Makefile.am
blob: 90e64d558feb725a02cd5992ab19dac589f605af (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
noinst_LIBRARIES = libfe_common_core.a

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

libfe_common_core_a_SOURCES = \
	autorun.c \
	command-history.c \
	completion.c \
	fe-common-core.c \
	fe-core-commands.c \
	fe-log.c \
	fe-modules.c \
	fe-server.c \
	fe-settings.c \
	hilight-text.c \
	keyboard.c \
	module-formats.c \
	printtext.c \
	themes.c \
	translation.c \
	window-activity.c \
	window-commands.c \
	window-items.c \
	window-save.c \
	windows.c

noinst_HEADERS = \
	command-history.h \
	completion.h \
	fe-common-core.h \
	hilight-text.h \
	keyboard.h \
	module-formats.h \
	module.h \
	printtext.h \
	themes.h \
	translation.h \
	window-items.h \
	window-save.h \
	windows.h