uartie pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=65b11e98c86265d5eb4804430d87946f07773222

commit 65b11e98c86265d5eb4804430d87946f07773222
Author: U. Artie Eoff <ullysses.a.e...@intel.com>
Date:   Tue Oct 1 13:40:10 2013 -0700

    examples/ecore: ecore_pipe_gstreamer_example must go in HAVE_GSTREAMER guard
    
    Only specify ecore_pipe_gstreamer_example in EXTRA_PROGRAMS inside the
    HAVE_GSTREAMER makefile guard.
    
    Fixes: https://phab.enlightenment.org/T423
    
    Signed-off-by: U. Artie Eoff <ullysses.a.e...@intel.com>
---
 src/examples/ecore/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/ecore/Makefile.am b/src/examples/ecore/Makefile.am
index 28e0b79..2821474 100644
--- a/src/examples/ecore/Makefile.am
+++ b/src/examples/ecore/Makefile.am
@@ -59,7 +59,6 @@ ecore_file_download_example \
 ecore_idler_example \
 ecore_imf_example \
 ecore_job_example \
-ecore_pipe_gstreamer_example \
 ecore_pipe_simple_example \
 ecore_poller_example \
 ecore_server_bench \
@@ -201,6 +200,7 @@ ecore_job_example_SOURCES = ecore_job_example.c
 ecore_job_example_LDADD = $(ECORE_COMMON_LDADD)
 
 if HAVE_GSTREAMER
+EXTRA_PROGRAMS += ecore_pipe_gstreamer_example
 ecore_pipe_gstreamer_example_SOURCES = ecore_pipe_gstreamer_example.c
 ecore_pipe_gstreamer_example_LDADD = $(ECORE_COMMON_LDADD) @GSTREAMER_LIBS@
 ecore_pipe_gstreamer_example_CFLAGS = @GSTREAMER_CFLAGS@

-- 


Reply via email to