summaryrefslogtreecommitdiff
path: root/src/irc/dcc/Makefile.am
blob: 6e2b68c719d18116254f413befbdfae05da28566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES = libirc_dcc.la

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-files.c

noinst_HEADERS = \
	dcc.h