summaryrefslogtreecommitdiff
path: root/src/irc/dcc/Makefile.am
blob: 10ca695a986a823f926681082e246595f2afc3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
	module.h