diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-04 17:42:47 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-04 17:42:47 +0200 |
commit | 2ddd45e5e17e1d3c43cc97cb5a1aecaa338082e9 (patch) | |
tree | 3ef4398444807cd69afdce96848523ef080cb4e3 /Makefile.am | |
parent | 03c89c9cecb60624a30221af708f03f6381a4e16 (diff) |
test/run_neighbor_explorer: use ShutdownHandler to catch SIGINT/SIGTERM
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1c5d38e31..1550576ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1967,6 +1967,7 @@ if ENABLE_NEIGHBOR_PLUGINS test_run_neighbor_explorer_SOURCES = \ src/Log.cxx src/LogBackend.cxx \ + test/ShutdownHandler.cxx test/ShutdownHandler.hxx \ test/run_neighbor_explorer.cxx test_run_neighbor_explorer_LDADD = $(AM_LDADD) \ $(NEIGHBOR_LIBS) \ |