From 0c82efa4d5e949318909786ac5e8c00376ccc76d Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sun, 22 May 2016 23:51:51 +0200 Subject: [PATCH] build: fix build on DragonFly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/884 Reviewed-By: Ben Noordhuis Reviewed-By: Imran Iqbal Reviewed-By: Saúl Ibarra Corretgé --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3670ad46..882bbef5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -312,6 +312,7 @@ endif if DRAGONFLY include_HEADERS += include/uv-bsd.h +libuv_la_SOURCES += src/unix/freebsd.c src/unix/kqueue.c test_run_tests_LDFLAGS += -lutil endif