diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-20 15:27:37 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-21 15:13:50 +0200 |
commit | 87a47f99bc8e576a63581ad2593c62eb10a53814 (patch) | |
tree | 2b0e504ecf3fc82d01ac615afe917e1f0153c0f5 /Makefile.am | |
parent | 6fa441140ee6faf131c97b1aa002e060b81aaaff (diff) |
failure-action: generalize failure action to emergency action
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 \ |