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
+2 -2
View File
@@ -138,8 +138,8 @@ if HAVE_SYSTEMD_LOGIN
libsession_helper_la_SOURCES += \ libsession_helper_la_SOURCES += \
src/dbus.h \ src/dbus.h \
src/dbus.c \ src/dbus.c \
src/logind-util.h \ src/launcher-logind.h \
src/logind-util.c src/launcher-logind.c
libsession_helper_la_CFLAGS += $(SYSTEMD_LOGIN_CFLAGS) $(DBUS_CFLAGS) libsession_helper_la_CFLAGS += $(SYSTEMD_LOGIN_CFLAGS) $(DBUS_CFLAGS)
libsession_helper_la_LIBADD += $(SYSTEMD_LOGIN_LIBS) $(DBUS_LIBS) libsession_helper_la_LIBADD += $(SYSTEMD_LOGIN_LIBS) $(DBUS_LIBS)
endif endif
+1 -1
View File
@@ -44,7 +44,7 @@
#include "compositor.h" #include "compositor.h"
#include "dbus.h" #include "dbus.h"
#include "logind-util.h" #include "launcher-logind.h"
#define DRM_MAJOR 226 #define DRM_MAJOR 226
+1 -1
View File
@@ -45,7 +45,7 @@
#include "compositor.h" #include "compositor.h"
#include "launcher-util.h" #include "launcher-util.h"
#include "logind-util.h" #include "launcher-logind.h"
#include "weston-launch.h" #include "weston-launch.h"
#define DRM_MAJOR 226 #define DRM_MAJOR 226