summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-10-23 16:34:45 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-10-23 16:47:37 -0700
commit5fe128338cf8780c1fe44e6434f158374c1e2193 (patch)
tree3149e5fc2e699f278ff8e71ffbdf73b94438012e /src/modules
parentc313f84d9202fb3a65aa2982aa076a738fc22dc5 (diff)
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.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/Makefile.am33
1 files changed, 32 insertions, 1 deletions
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
© All Rights Reserved