mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
2ae679be08
sent when /msg command is used. this way we don't need to parse the /msg's options everywhere. also efnet @#channels support works now better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1041 dbcabf3a-b0e7-0310-adc4-f8d773084564
35 lines
679 B
Makefile
35 lines
679 B
Makefile
SUBDIRS = dcc flood notifylist
|
|
|
|
noinst_LIBRARIES = libfe_common_irc.a
|
|
|
|
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)"\"
|
|
|
|
libfe_common_irc_a_SOURCES = \
|
|
fe-irc-channels.c \
|
|
fe-irc-commands.c \
|
|
fe-irc-messages.c \
|
|
fe-irc-queries.c \
|
|
fe-irc-server.c \
|
|
fe-ircnet.c \
|
|
fe-ctcp.c \
|
|
fe-events.c \
|
|
fe-events-numeric.c \
|
|
fe-modes.c \
|
|
fe-netjoin.c \
|
|
fe-netsplit.c \
|
|
fe-common-irc.c \
|
|
irc-modules.c \
|
|
module-formats.c
|
|
|
|
noinst_HEADERS = \
|
|
fe-common-irc.h \
|
|
module.h \
|
|
module-formats.h
|