From 4a5e3b839cb8808756163dc69f7dbd8b4509e39c Mon Sep 17 00:00:00 2001 From: Tracy Wadleigh Date: Tue, 2 Dec 2014 12:09:55 -0500 Subject: [PATCH] Added uv.h and dependencies to distribution. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03d203c8987e78..78e23082d552ab 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ endif done endif - $(INSTALL_F) src/julia.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia + $(INSTALL_F) src/julia.h src/options.h src/support/*.h deps/libuv/include/*.h $(DESTDIR)$(includedir)/julia # Copy system image $(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir) $(INSTALL_M) $(build_private_libdir)/sys.$(SHLIB_EXT) $(DESTDIR)$(private_libdir)