diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-09 22:32:04 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-09 22:32:04 +0000 |
commit | 1eca7272b43264c5c1db6f2e60bd874dba5f3bca (patch) | |
tree | a144ae93a7c1c6d691f7cc0812080e1aae2df1f1 /src/Makefile_Evas.am | |
parent | 483a80be8a299debf4ed4947bba619b60b7932fa (diff) | |
download | efl-1eca7272b43264c5c1db6f2e60bd874dba5f3bca.tar.gz |
efl/evas: do not install dummy_slave
This slave is for test only and should not be installed.
SVN revision: 82490
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 += \ |