aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-29 10:12:06 +0200
committerMax Kellermann <max@duempel.org>2011-08-29 10:18:54 +0200
commita97ddc8cb955eb518f1864ccc2ee86b08010a347 (patch)
treed1034eced0e93e7655d0a2c37430c9853950a9f8 /Makefile.am
parent59a5b000e03a17fd1708bb912a20ea198e5d1539 (diff)
downloadmpd-a97ddc8cb955eb518f1864ccc2ee86b08010a347.tar.gz
mpd-a97ddc8cb955eb518f1864ccc2ee86b08010a347.tar.xz
mpd-a97ddc8cb955eb518f1864ccc2ee86b08010a347.zip
test/run_ntp_server: quit on SIGINT or SIGTERM
Clean up the process before exiting.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7047eb10e..6f9963a16 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1013,6 +1013,7 @@ test_run_ntp_server_CPPFLAGS = $(AM_CPPFLAGS)
test_run_ntp_server_LDADD = $(MPD_LIBS) \
$(GLIB_LIBS)
test_run_ntp_server_SOURCES = test/run_ntp_server.c \
+ test/signals.c test/signals.h \
src/ntp_server.c src/ntp_server.h
test_run_filter_CPPFLAGS = $(AM_CPPFLAGS)