diff options
author | Max Kellermann <max@duempel.org> | 2013-10-18 08:56:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-18 08:56:25 +0200 |
commit | bf8660b21c31075c2c76c0075791871035115c7d (patch) | |
tree | 00ecfab62a7eced860e961baca03c75477221b5d /Makefile.am | |
parent | 43863a70c87c80e3a15315f561c3a247b27c81fa (diff) | |
download | mpd-bf8660b21c31075c2c76c0075791871035115c7d.tar.gz mpd-bf8660b21c31075c2c76c0075791871035115c7d.tar.xz mpd-bf8660b21c31075c2c76c0075791871035115c7d.zip |
test/run_inotify: use SignalMonitor
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 103975faa..75106ac71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1424,6 +1424,7 @@ endif if ENABLE_INOTIFY noinst_PROGRAMS += test/run_inotify test_run_inotify_SOURCES = test/run_inotify.cxx \ + test/ShutdownHandler.cxx test/ShutdownHandler.hxx \ src/Log.cxx \ src/InotifyDomain.cxx \ src/InotifySource.cxx |