summaryrefslogtreecommitdiff
path: root/src/lib-config/Makefile.am
blob: 3907ac3df0a300a61cb02e6ab8599b9c63498f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LIBRARIES = libirssi_config.a

INCLUDES = \
	$(GLIB_CFLAGS) \
	-I$(top_srcdir)/src

libirssi_config_a_SOURCES = \
	get.c \
	set.c \
	parse.c \
	write.c

noinst_HEADERS = \
	iconfig.h \
	module.h