summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-22 23:16:11 -0400
committerGitHub <noreply@github.com>2016-10-22 23:16:11 -0400
commit7d78f7cea82dc7b4ced77f86a05124add2509390 (patch)
treeb0086c9c7ae73a86bcb619d27dc651c04aaa50f9 /Makefile.am
parent94fce754b1248e4f174054b184e1078a593e1941 (diff)
parentae8c7939df962cbf660b2b9517fe46be272f58b9 (diff)
Merge pull request #4428 from lnykryn/ctrl_v2
rename failure-action to emergency-action and use it for ctrl+alt+del burst
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 00124a29f8..07acce347e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1275,8 +1275,8 @@ libcore_la_SOURCES = \
src/core/audit-fd.h \
src/core/show-status.c \
src/core/show-status.h \
- src/core/failure-action.c \
- src/core/failure-action.h
+ src/core/emergency-action.c \
+ src/core/emergency-action.h
nodist_libcore_la_SOURCES = \
src/core/load-fragment-gperf.c \