diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2024-04-13 11:59:57 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-06-14 14:05:08 -0700 |
commit | 60157752d9cb030b8545f8cde93b13813c621fd5 (patch) | |
tree | 525bbb5e9889e806966296c86ad7642c3ca57e89 /src/modules/Makefile.am | |
parent | 79a763cee752e272319572792f4c8431f0d4eca9 (diff) |
modules/droste: implement a droste effect
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 825295d..74ec649 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = \ checkers \ compose \ drizzle \ + droste \ flow \ flui2d \ julia \ |