From 5c2def50ca2eb802797565dbe15cb10cb755b92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 23 Dec 2015 17:38:02 +0100 Subject: [PATCH] ecore_drm: fix out of source tree compilation issue introduces by 10fa1b5 ecore_drm_private.h includes Eldbus.h Eldbus.h includes Efl.h since 10fa1b5 --- src/Makefile_Ecore_Drm.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore_Drm.am b/src/Makefile_Ecore_Drm.am index 3d5f645350..5a6b40ded4 100644 --- a/src/Makefile_Ecore_Drm.am +++ b/src/Makefile_Ecore_Drm.am @@ -25,7 +25,7 @@ lib/ecore_drm/ecore_drm_private.h lib_ecore_drm_libecore_drm_la_CPPFLAGS = \ -I$(top_builddir)/src/lib/efl \ - @ECORE_DRM_CFLAGS@ \ + @ECORE_DRM_CFLAGS@ @EFL_CFLAGS@ \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DMODULE_ARCH=\"$(MODULE_ARCH)\"