diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-25 23:46:27 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-25 23:48:36 -0800 |
commit | a1bcd46971f74e4fb6ac3b0242829601e390572f (patch) | |
tree | 4ef341408c6aee0a052e7bb1d96fcad54ac191bf /src/modules/Makefile.am | |
parent | b738e7e70f1853ab2af94266c0b7b0b1a821cfad (diff) |
meta2d: add a classic 2D metaballs module
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 1622814..a4ff9e7 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = flui2d julia montage pixbounce plasma ray roto rtv snow sparkler stars submit swab +SUBDIRS = flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler stars submit swab |