mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
22 lines
349 B
Makefile
22 lines
349 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = libratbox
|
|
|
|
if BUILD_LTDL
|
|
SUBDIRS += libltdl
|
|
endif
|
|
|
|
SUBDIRS += src \
|
|
ssld \
|
|
bandb \
|
|
tools \
|
|
modules \
|
|
extensions \
|
|
help \
|
|
doc
|
|
|
|
logdir = @prefix@/logs
|
|
|
|
install-data-hook:
|
|
test -d ${logdir} || mkdir -p ${logdir}
|