2001-03-03 23:27:07 +00:00
|
|
|
SUBDIRS = dcc notifylist
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-08-26 15:39:44 +00:00
|
|
|
noinst_LIBRARIES = libfe_common_irc.a
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-I$(top_srcdir)/src/core/ \
|
|
|
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
|
|
|
-I$(top_srcdir)/src/fe-common/core/ \
|
|
|
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
|
|
2000-08-26 15:39:44 +00:00
|
|
|
libfe_common_irc_a_SOURCES = \
|
2000-09-02 18:53:58 +00:00
|
|
|
fe-irc-channels.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-irc-commands.c \
|
2001-01-01 16:57:25 +00:00
|
|
|
fe-irc-messages.c \
|
2000-12-17 02:20:22 +00:00
|
|
|
fe-irc-queries.c \
|
2000-05-04 10:32:42 +00:00
|
|
|
fe-irc-server.c \
|
2000-06-04 14:52:47 +00:00
|
|
|
fe-ircnet.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-ctcp.c \
|
|
|
|
|
fe-events.c \
|
|
|
|
|
fe-events-numeric.c \
|
2000-12-01 01:00:28 +00:00
|
|
|
fe-modes.c \
|
2000-07-02 16:19:26 +00:00
|
|
|
fe-netjoin.c \
|
2000-05-04 10:32:42 +00:00
|
|
|
fe-netsplit.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-common-irc.c \
|
2000-05-25 11:30:47 +00:00
|
|
|
irc-modules.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
module-formats.c
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2000-06-04 16:01:19 +00:00
|
|
|
module.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
module-formats.h
|