From 613e8c93e35a494209f80c253dfee408fef44ff4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Apr 2016 20:58:17 -0400 Subject: tests: split up makefile entries This matches what we've done with cmake files, and it makes managing the subdirs much easier. --- tests/wbmp/Makemodule.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/wbmp/Makemodule.am (limited to 'tests/wbmp') diff --git a/tests/wbmp/Makemodule.am b/tests/wbmp/Makemodule.am new file mode 100644 index 0000000..786d339 --- /dev/null +++ b/tests/wbmp/Makemodule.am @@ -0,0 +1,10 @@ +check_PROGRAMS += \ + wbmp/wbmp_null + +if HAVE_LIBPNG +check_PROGRAMS += \ + wbmp/wbmp_im2im +endif + +EXTRA_DIST += \ + wbmp/CMakeLists.txt -- cgit v1.2.1