summaryrefslogtreecommitdiff
path: root/src/irc/dcc/Makefile.am
blob: a1f07c7d0e6caa43db2888d9a169ecb19f476550 (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
moduledir = $(libdir)/irssi/modules
module_LTLIBRARIES = libirc_dcc.la

libirc_dcc_la_LDFLAGS = -avoid-version

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

libirc_dcc_la_SOURCES = \
	dcc.c \
	dcc-chat.c \
	dcc-get.c \
	dcc-send.c \
	dcc-resume.c \
	dcc-autoget.c

noinst_HEADERS = \
	dcc-rec.h \
	dcc-file-rec.h \
	dcc.h \
	dcc-file.h \
	dcc-chat.h \
	dcc-get.h \
	dcc-send.h \
	module.h