summaryrefslogtreecommitdiff
path: root/src/irc/bot/Makefile.am
blob: d2629d894c3d5c069e7e86daaf980ca3b0cdfa04 (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
26
plugindir = $(libdir)/irssi/plugins
plugin_LTLIBRARIES = libirc_bot.la

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

libirc_bot_la_LIBADD = -lcrypt

libirc_bot_la_SOURCES = \
	bot.c \
	bot-commands.c \
	bot-irc-commands.c \
	bot-events.c \
	bot-users.c \
        botnet.c \
        botnet-connection.c

noinst_HEADERS = \
	bot.h \
	botnet.h \
	bot-commands.h \
	bot-users.h

EXTRA_DIST = \
	users.sample \
	botnets.sample