GraphicsMagick: Fix make distcheck
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.38452.1672620747.1567.graphicsmagick-commit@lists.sourceforge.net> |
changeset 3ab07d8a8626 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=3ab07d8a8626
summary: Fix make distcheck
diffstat:
Makefile.in | 3 ++-
tests/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e35f6fcc084c -r 3ab07d8a8626 Makefile.in
--- a/Makefile.in Mon Jan 02 01:15:43 2023 +0100
+++ b/Makefile.in Sun Jan 01 18:52:18 2023 -0600
@@ -4334,7 +4334,8 @@
tests/input_bilevel.miff \
tests/input_gray.miff \
tests/input_pallette.miff \
- tests/input_truecolor_70x46.miff \
+ tests/input_truecolor_1x266.miff \
+ tests/input_truecolor_70x46.miff \
tests/input_truecolor.miff \
tests/input_truecolor10.dpx \
tests/input_truecolor12.dpx \
diff -r e35f6fcc084c -r 3ab07d8a8626 tests/Makefile.am
--- a/tests/Makefile.am Mon Jan 02 01:15:43 2023 +0100
+++ b/tests/Makefile.am Sun Jan 01 18:52:18 2023 -0600
@@ -58,7 +58,8 @@
tests/input_bilevel.miff \
tests/input_gray.miff \
tests/input_pallette.miff \
- tests/input_truecolor_70x46.miff \
+ tests/input_truecolor_1x266.miff \
+ tests/input_truecolor_70x46.miff \
tests/input_truecolor.miff \
tests/input_truecolor10.dpx \
tests/input_truecolor12.dpx \