summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e44db6175e..aa6fb33e3bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,11 +20,12 @@ man_MANS = ace-config.1
## Build the library directories first.
## The docs directory is currently handled by the "dist-hook" makefile target.
-SUBDIRS = ace \
- netsvcs \
- tests \
- apps \
- man
+SUBDIRS = \
+ ace \
+ netsvcs \
+ tests \
+ apps \
+ man
##SUBDIRS = \
## docs \