ecore-drm: Remove logind header file from build order
authorChris Michael <cp.michael@samsung.com>
Thu, 22 Jan 2015 17:44:01 +0000 (12:44 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 26 Jan 2015 13:37:08 +0000 (08:37 -0500)
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 <cp.michael@samsung.com>
src/Makefile_Ecore_Drm.am

index 8ed601b..61a1555 100644 (file)
@@ -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 = \