launcher: Rename logind-util to launcher-logind

We're refactoring this to have multiple launcher "implementations".

Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Jasper St. Pierre 2015-09-23 10:46:46 -07:00 committed by Bryce Harrington
parent 9c7de167f8
commit 30bcf35ceb
4 changed files with 4 additions and 4 deletions

View File

@ -138,8 +138,8 @@ if HAVE_SYSTEMD_LOGIN
libsession_helper_la_SOURCES += \
src/dbus.h \
src/dbus.c \
src/logind-util.h \
src/logind-util.c
src/launcher-logind.h \
src/launcher-logind.c
libsession_helper_la_CFLAGS += $(SYSTEMD_LOGIN_CFLAGS) $(DBUS_CFLAGS)
libsession_helper_la_LIBADD += $(SYSTEMD_LOGIN_LIBS) $(DBUS_LIBS)
endif

View File

@ -44,7 +44,7 @@
#include "compositor.h"
#include "dbus.h"
#include "logind-util.h"
#include "launcher-logind.h"
#define DRM_MAJOR 226

View File

@ -45,7 +45,7 @@
#include "compositor.h"
#include "launcher-util.h"
#include "logind-util.h"
#include "launcher-logind.h"
#include "weston-launch.h"
#define DRM_MAJOR 226