]> jfr.im git - solanum.git/blob - Makefile.am
authd: clean up command handlers code a little
[solanum.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
3
4 SUBDIRS = libratbox
5
6 if BUILD_LTDL
7 SUBDIRS += libltdl
8 endif
9
10 SUBDIRS += ircd \
11 ssld \
12 bandb \
13 tools \
14 modules \
15 extensions \
16 help \
17 doc
18
19 logdir = @prefix@/logs
20
21 install-data-hook:
22 test -d ${logdir} || mkdir -p ${logdir}