0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 20:03:45 +02:00

buildsystem: add authd to SUBDIRS

This commit is contained in:
William Pitcock 2016-01-06 04:11:21 -06:00
parent 8cf45447e2
commit 0c32811863
2 changed files with 4 additions and 3 deletions

View file

@ -9,6 +9,7 @@ endif
SUBDIRS += ircd \
ssld \
authd \
bandb \
tools \
modules \

View file

@ -162,7 +162,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = libratbox libltdl ircd ssld bandb tools modules \
DIST_SUBDIRS = libratbox libltdl ircd ssld authd bandb tools modules \
extensions help doc
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/include/setup.h.in \
@ -401,8 +401,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libratbox $(am__append_1) ircd ssld bandb tools modules \
extensions help doc
SUBDIRS = libratbox $(am__append_1) ircd ssld authd bandb tools \
modules extensions help doc
all: all-recursive
.SUFFIXES: