diff options
author | David Zeuthen <david@fubar.dk> | 2006-06-06 03:17:27 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2006-06-06 03:17:27 +0000 |
commit | 4c7f5ffa116c3e74ae20d078dc1ca460a530e926 (patch) | |
tree | d716f13bbb759f9b987b6f5ed1d309bac8ee70f7 /tools/Makefile.am | |
parent | 2413a93af1992cca4ae8d158ae2938b25c97285a (diff) |
Be explicit about DIST_SUBDIRS as otherwise 'make distcheck' breaks.
Disable building docbook by default as it currently breaks 'make
distcheck'.
Also dist other XML files
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 7af4b858..cff25dd8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,7 +10,7 @@ if HALD_COMPILE_FREEBSD SUBDIRS += freebsd endif -DIST_SUBDIRS = $(SUBDIRS) freebsd linux +DIST_SUBDIRS = device-manager freebsd linux INCLUDES = \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ |