From 0cfec081df1825c20fbd4dc4c5a9b3464eb8cf2c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 29 May 2018 22:37:58 +0200 Subject: [PATCH] auth: reorder SUBDIRS --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index b8b2c27c4..7b5304c06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -SUBDIRS = ext modules codedocs docs - -SUBDIRS += pdns +SUBDIRS = ext modules pdns codedocs docs EXTRA_DIST = \ INSTALL \ -- 2.40.0