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