summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/dcc/Makefile.am
blob: e81186023104821489345e87313731ea4dec7643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
noinst_LIBRARIES = libfe_irc_dcc.a

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

libfe_irc_dcc_a_SOURCES = \
	fe-dcc.c \
	fe-dcc-chat.c \
	fe-dcc-get.c \
	fe-dcc-send.c \
	module-formats.c

noinst_HEADERS = \
	module.h \
	module-formats.h \
	fe-dcc.h