devilhorns pushed a commit to branch master.

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

commit c9cee01f125fc1681005bf83e47a535a98603c65
Author: Chris Michael <[email protected]>
Date:   Thu Jan 22 12:44:01 2015 -0500

    ecore-drm: Remove logind header file from build order
    
    Summary: Since we removed the need for the logind header file, let's
    remove that from the build order.
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/Makefile_Ecore_Drm.am | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Makefile_Ecore_Drm.am b/src/Makefile_Ecore_Drm.am
index 8ed601b..61a1555 100644
--- a/src/Makefile_Ecore_Drm.am
+++ b/src/Makefile_Ecore_Drm.am
@@ -17,14 +17,13 @@ lib/ecore_drm/ecore_drm_output.c \
 lib/ecore_drm/ecore_drm_tty.c \
 lib/ecore_drm/ecore_drm_device.c \
 lib/ecore_drm/ecore_drm_launcher.c \
+lib/ecore_drm/ecore_drm_dbus.c \
 lib/ecore_drm/ecore_drm.c \
-lib/ecore_drm/ecore_drm_logind.h \
 lib/ecore_drm/ecore_drm_private.h
 
 if HAVE_SYSTEMD_LOGIN
 lib_ecore_drm_libecore_drm_la_SOURCES += \
-lib/ecore_drm/ecore_drm_logind.c \
-lib/ecore_drm/ecore_drm_dbus.c
+lib/ecore_drm/ecore_drm_logind.c
 endif
 
 lib_ecore_drm_libecore_drm_la_CPPFLAGS = \

-- 


Reply via email to