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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-22 12:44:01 -05:00
parent 3c62f4222c
commit c9cee01f12
1 changed files with 2 additions and 3 deletions

View 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 = \