sleep-monitor: rename file "nm-sleep-monitor-systemd.c" to "nm-sleep-monitor.c"

Next, we will merge "nm-sleep-monitor-upower.c" into "nm-sleep-monitor.c".

(cherry picked from commit b97ae18379)
This commit is contained in:
Thomas Haller 2016-04-27 16:49:45 +02:00 committed by Beniamino Galvani
parent aa67e0c005
commit 025af2a55f
2 changed files with 1 additions and 1 deletions

View file

@ -450,7 +450,7 @@ if SUSPEND_RESUME_UPOWER
libNetworkManager_la_SOURCES += nm-sleep-monitor-upower.c
else
# systemd/consolekit suspend/resume used whenever upower is not enabled
libNetworkManager_la_SOURCES += nm-sleep-monitor-systemd.c
libNetworkManager_la_SOURCES += nm-sleep-monitor.c
endif
if WITH_WEXT