From: Daniel Zaoui Date: Thu, 8 Jun 2017 22:31:37 +0000 (+0300) Subject: Revert "efl_debugd: don't compile this on macOS" X-Git-Tag: upstream/1.20.0~639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbf0ffe24a5489095db48664f6a9cc41513510dd;p=platform%2Fupstream%2Fefl.git Revert "efl_debugd: don't compile this on macOS" This reverts commit e9f727044b38b1e1897dc28161d355f0d18a4ecb. This is not needed anymore as efl_debugd is now portable. --- diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am index f501c825..6fda23e 100644 --- a/src/Makefile_Efl.am +++ b/src/Makefile_Efl.am @@ -162,15 +162,9 @@ endif ### Binary -bin_PROGRAMS += bin/efl/efl_debug - -# FIXME efl_debugd for now is too linux-specific. It cannot compile under -# macOS/windows without commenting out most of the code. So, instead of -# having an efl_debugd that won't do anything on macOS, we just wont't -# compile it, until we've made it cross-platform. -if !HAVE_OSX -bin_PROGRAMS += bin/efl/efl_debugd -endif +bin_PROGRAMS += \ +bin/efl/efl_debugd \ +bin/efl/efl_debug bin_efl_efl_debugd_SOURCES = bin/efl/efl_debugd.c bin_efl_efl_debugd_CPPFLAGS = -I$(top_builddir)/src/bin/efl @EINA_CFLAGS@ @ECORE_CFLAGS@ @ECORE_CON_CFLAGS@