From e0e8ecba07fedf968162ade47b45f1ed1f3633ad Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 7 Nov 2007 03:57:53 +0000 Subject: [PATCH] install diffimg (needed by rtest.sh) --- contrib/diffimg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/diffimg/Makefile.am b/contrib/diffimg/Makefile.am index c0a84ced1..15bb47fca 100644 --- a/contrib/diffimg/Makefile.am +++ b/contrib/diffimg/Makefile.am @@ -6,7 +6,7 @@ VERSION=0.2 AM_CPPFLAGS = @GD_INCLUDES@ if WITH_LIBGD -noinst_PROGRAMS = diffimg +bin_PROGRAMS = diffimg endif diffimg_SOURCES = diffimg.c -- 2.50.1