diff --git a/Makefile.am b/Makefile.am index b8b3e227..e72190fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ endif SUBDIRS += ircd \ ssld \ + authd \ bandb \ tools \ modules \ diff --git a/Makefile.in b/Makefile.in index c9833808..4502d331 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: