Skip to content

Commit

Permalink
build: add pthread-fixes.c to Makefile.am on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbade authored and saghul committed Jun 19, 2014
1 parent 133b9d1 commit cf7b812
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,10 @@ libuv_la_SOURCES += src/unix/aix.c
endif

if ANDROID
include_HEADERS += include/android-ifaddrs.h
libuv_la_SOURCES += src/unix/android-ifaddrs.c
include_HEADERS += include/android-ifaddrs.h \
include/pthread-fixes.h
libuv_la_SOURCES += src/unix/android-ifaddrs.c \
src/unix/pthread-fixes.c
endif

if DARWIN
Expand Down

0 comments on commit cf7b812

Please sign in to comment.