From 1eca7272b43264c5c1db6f2e60bd874dba5f3bca Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 9 Jan 2013 22:32:04 +0000 Subject: [PATCH] efl/evas: do not install dummy_slave This slave is for test only and should not be installed. SVN revision: 82490 --- src/Makefile_Evas.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 4c99c78fde..b3f583193e 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1383,7 +1383,9 @@ if EVAS_CSERVE2 evascserve2internal_bindir=$(libdir)/evas/cserve2/bin evascserve2internal_bin_PROGRAMS = \ bin/evas/evas_cserve2 \ -bin/evas/evas_cserve2_slave \ +bin/evas/evas_cserve2_slave + +noinst_PROGRAMS += \ bin/evas/dummy_slave bin_PROGRAMS += \