summaryrefslogtreecommitdiff
path: root/src/irc/Makefile.am
blob: 3d803c35da5740e4021c13ee4792482b796aa8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if BUILD_IRSSIBOT
BOT=bot
endif

if BUILD_IRSSIPROXY
PROXY=proxy
endif

SUBDIRS = core $(BOT) dcc flood notifylist $(PROXY)

noinst_LIBRARIES = libirc.a

libirc_a_SOURCES = irc.c

distclean-generic:
	rm -f irc.c