From 5fe128338cf8780c1fe44e6434f158374c1e2193 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Oct 2023 16:34:45 -0700 Subject: build: tidy up some Makefile.am files Been ignoring this mess for too long, just whitespace changes - nothing functionally different. This makes diffs far easier to read when libs or modules get added/removed etc. Some of the other Makefile.am files could use similar tidying, but these are the most commonly messed with in the course of rototiller development. --- src/modules/Makefile.am | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'src/modules/Makefile.am') diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index aa63268..52d6180 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1,32 @@ -SUBDIRS = asc blinds checkers compose drizzle flow flui2d julia meta2d mixer moire montage pixbounce plasma plato ray rkt roto rtv shapes signals snow sparkler spiro stars strobe stub submit swab swarm voronoi +SUBDIRS = \ + asc \ + blinds \ + checkers \ + compose \ + drizzle \ + flow \ + flui2d \ + julia \ + meta2d \ + mixer \ + moire \ + montage \ + pixbounce \ + plasma \ + plato \ + ray \ + rkt \ + roto \ + rtv \ + shapes \ + signals \ + snow \ + sparkler \ + spiro \ + stars \ + strobe \ + stub \ + submit \ + swab \ + swarm \ + voronoi -- cgit v1.2.1