diff --git a/Makefile.am b/Makefile.am index 101c3d5a..89a0c252 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,7 +193,8 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-udp-open.c \ test/test-udp-options.c \ test/test-udp-send-and-recv.c \ - test/test-walk-handles.c + test/test-walk-handles.c \ + test/test-watcher-cross-stop.c test_run_tests_LDADD = libuv.la if WINNT