0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-22 16:38:54 +02:00
construct/Makefile.am

23 lines
350 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libratbox
if BUILD_LTDL
SUBDIRS += libltdl
endif
2016-01-06 08:16:08 +01:00
SUBDIRS += ircd \
ssld \
bandb \
tools \
modules \
extensions \
help \
doc
logdir = @prefix@/logs
install-data-hook:
test -d ${logdir} || mkdir -p ${logdir}