From 49fbc693518b698f0110616947d9c4c83dc67f7b Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Mon, 21 Nov 2011 10:00:27 +0100
Subject: Add missing dir to dist.

---
 server/Makefile.am     | 6 +++---
 server/xml/Makefile.am | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

(limited to 'server')

diff --git a/server/Makefile.am b/server/Makefile.am
index 34bd487..cf8151b 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = gnu
-SUBDIRS = src gentoo/init.d gentoo/logrotate.d \
-	etc man xml xml/templates xml/macros $(DOC_DIR)
-DISTDIRS = src etc man xml xml/templates xml/macros $(DOC_DIR)
+SUBDIRS = src gentoo/init.d gentoo/logrotate.d tools \
+	etc man xml $(DOC_DIR)
+DISTDIRS = src etc man xml tools $(DOC_DIR)
 
 .PHONY: doc
 doc:
diff --git a/server/xml/Makefile.am b/server/xml/Makefile.am
index a478a79..350048a 100644
--- a/server/xml/Makefile.am
+++ b/server/xml/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = templates macros courses
+
 EXTRA_DIST =
 
 xmldir = $(datadir)/xml
-- 
cgit v1.2.3