summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/Makefile.am
blob: 83f06dbde4cede4891901396bb7d3845d27ba132 (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
27
28
29
30
31
32
33
SUBDIRS = dcc notifylist

noinst_LIBRARIES = libfe_common_irc.a

INCLUDES = \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/src/core/ \
	-I$(top_srcdir)/src/irc/core/ \
	-I$(top_srcdir)/src/fe-common/core/ \
	$(GLIB_CFLAGS) \
	-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 = \
	module.h \
	module-formats.h