diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-30 20:58:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-30 21:02:45 -0400 |
commit | 613e8c93e35a494209f80c253dfee408fef44ff4 (patch) | |
tree | 68db773fa76572935b9e5cd468023a36d3589ac2 /tests/gdimagecolorexact | |
parent | 92c3209484cb8baa07c88f65f4be0de8ce238de0 (diff) | |
download | libgd-613e8c93e35a494209f80c253dfee408fef44ff4.tar.gz |
tests: split up makefile entries
This matches what we've done with cmake files, and it makes managing
the subdirs much easier.
Diffstat (limited to 'tests/gdimagecolorexact')
-rw-r--r-- | tests/gdimagecolorexact/Makemodule.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/gdimagecolorexact/Makemodule.am b/tests/gdimagecolorexact/Makemodule.am new file mode 100644 index 0000000..1b9d70d --- /dev/null +++ b/tests/gdimagecolorexact/Makemodule.am @@ -0,0 +1,7 @@ +if HAVE_LIBPNG +check_PROGRAMS += \ + gdimagecolorexact/gdimagecolorexact +endif + +EXTRA_DIST += \ + gdimagecolorexact/CMakeLists.txt |