mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
2b8580c8a7
using the same message formats as IRC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@699 dbcabf3a-b0e7-0310-adc4-f8d773084564
34 lines
659 B
Makefile
34 lines
659 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-server.c \
|
|
fe-ircnet.c \
|
|
fe-ctcp.c \
|
|
fe-events.c \
|
|
fe-events-numeric.c \
|
|
fe-ignore.c \
|
|
fe-netjoin.c \
|
|
fe-netsplit.c \
|
|
fe-common-irc.c \
|
|
irc-completion.c \
|
|
irc-modules.c \
|
|
module-formats.c
|
|
|
|
noinst_HEADERS = \
|
|
fe-common-irc.h \
|
|
module.h \
|
|
module-formats.h
|