Skip to content

Commit

Permalink
Added uv.h and dependencies to distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Wadleigh committed Dec 4, 2014
1 parent 9bd5151 commit 22c3c9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,15 @@ endif
done
endif

ifeq ($(USE_SYSTEM_LIBUV),0)
ifeq ($(OS),WINNT)
$(INSTALL_M) $(build_libdir)/libuv.a $(DESTDIR)$(private_libdir)
$(INSTALL_F) $(build_includedir)/tree.h $(DESTDIR)$(includedir)/julia
else
$(INSTALL_M) $(build_libdir)/libuv.a $(DESTDIR)$(private_libdir)
endif
$(INSTALL_F) $(build_includedir)/uv* $(DESTDIR)$(includedir)/julia
endif
$(INSTALL_F) src/julia.h src/options.h src/support/*.h $(DESTDIR)$(includedir)/julia
# Copy system image
$(INSTALL_F) $(build_private_libdir)/sys.ji $(DESTDIR)$(private_libdir)
Expand Down

0 comments on commit 22c3c9a

Please sign in to comment.