diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 11:44:13 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 11:44:13 -0500 |
commit | 5c40c23567ca5ec9fe702c3455e7a6d4c52d9324 (patch) | |
tree | a59f695c43c16547c9b63487430e7e7de06be6f4 /Makefile.am | |
parent | 67cae770344f23658562dffff95e77967543c475 (diff) |
Fix all Makefile.am: work towards 'make distcheck' sanity
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7c364f0f5e..489ec9e115 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = src docs keymaps keymaps-force-release man rules test +SUBDIRS = \ + src \ + docs \ + keymaps \ + keymaps-force-release \ + man \ + rules \ + test |