From 86c290d0c4b0212a229f7efad2c35f51663270f9 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 30 Jun 2008 18:17:53 +0000 Subject: [PATCH] test_extdate and test_extdatepicker are tests applications, so compile them as such (and without installing them, too) svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=826425 --- extdate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extdate/Makefile.am b/extdate/Makefile.am index fa0b080..d7b7886 100644 --- a/extdate/Makefile.am +++ b/extdate/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = test_extdate test_extdatepicker +check_PROGRAMS = test_extdate test_extdatepicker INCLUDES= $(all_includes) -- 2.47.3