summaryrefslogtreecommitdiff
path: root/tests/gd
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-02-03 18:57:15 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-03 18:57:15 +0100
commit86399328e926f198525aa2af4cde6419cb029b0a (patch)
tree4ada591c56c7af64b2eb17e2d1d0319e96051bbb /tests/gd
parent2dbd8f6e66b73ed43d9b81a45350922b80f75397 (diff)
downloadlibgd-86399328e926f198525aa2af4cde6419cb029b0a.tar.gz
Fix dist build
Diffstat (limited to 'tests/gd')
-rw-r--r--tests/gd/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gd/Makemodule.am b/tests/gd/Makemodule.am
index 6a958b5..df14e3e 100644
--- a/tests/gd/Makemodule.am
+++ b/tests/gd/Makemodule.am
@@ -3,7 +3,7 @@ libgd_test_programs += \
if ENABLE_GD_FORMATS
libgd_test_programs += \
- gd/bug00383 \
+ gd/bug00383 \
gd/gd_null \
gd/gd_num_colors
@@ -14,5 +14,6 @@ endif
endif
EXTRA_DIST += \
+ gd/bug00383 \
gd/crafted_num_colors.gd \
gd/CMakeLists.txt