buildsystem: add authd to SUBDIRS
This commit is contained in:
parent
8cf45447e2
commit
0c32811863
2 changed files with 4 additions and 3 deletions
|
@ -9,6 +9,7 @@ endif
|
|||
|
||||
SUBDIRS += ircd \
|
||||
ssld \
|
||||
authd \
|
||||
bandb \
|
||||
tools \
|
||||
modules \
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue