summaryrefslogtreecommitdiff
path: root/src/irc/dcc/Makefile.am
blob: 4edc3c5d820fed803cd414609cd4333da3a515fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugindir = $(libdir)/irssi/plugins
plugin_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