From 0c32811863a2d87dc10bc4f3e294ca39f15f3558 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 6 Jan 2016 04:11:21 -0600 Subject: [PATCH] buildsystem: add authd to SUBDIRS --- Makefile.am | 1 + Makefile.in | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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: