2000-08-16 00:49:02 +00:00
|
|
|
moduledir = $(libdir)/irssi/modules
|
|
|
|
|
module_LTLIBRARIES = libirc_bot.la
|
2000-05-25 11:30:47 +00:00
|
|
|
|
|
|
|
|
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 \
|
2000-05-29 12:47:25 +00:00
|
|
|
bot-irc-commands.c \
|
2000-05-25 11:30:47 +00:00
|
|
|
bot-events.c \
|
|
|
|
|
bot-users.c \
|
|
|
|
|
botnet.c \
|
2000-05-29 23:31:48 +00:00
|
|
|
botnet-connection.c \
|
|
|
|
|
botnet-users.c
|
2000-05-25 11:30:47 +00:00
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
bot.h \
|
2000-05-29 23:31:48 +00:00
|
|
|
bot-users.h \
|
2000-05-25 11:30:47 +00:00
|
|
|
botnet.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
botnet-users.h \
|
|
|
|
|
module.h
|
2000-05-25 11:30:47 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
users.sample \
|
|
|
|
|
botnets.sample
|