Skip to content

Commit

Permalink
Regen from zproject to fix qt-android
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Sep 27, 2015
1 parent 617c8ff commit 019d76b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions builds/qt-android/android_build_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function android_build_opts {
ANDROID_BUILD_OPTS+=("LDFLAGS=${LDFLAGS} ${ANDROID_BUILD_EXTRA_LDFLAGS}")
ANDROID_BUILD_OPTS+=("LIBS=${LIBS} ${ANDROID_BUILD_EXTRA_LIBS}")

ANDROID_BUILD_OPTS+=("PKG_CONFIG_LIBDIR=${ANDROID_NDK_ROOT}/prebuilt/linux-x86_64/lib/pkgconfig")
ANDROID_BUILD_OPTS+=("PKG_CONFIG_PATH=${ANDROID_BUILD_PREFIX}/lib/pkgconfig")
ANDROID_BUILD_OPTS+=("--host=${TOOLCHAIN_HOST}")
ANDROID_BUILD_OPTS+=("--prefix=${ANDROID_BUILD_PREFIX}")
Expand Down
18 changes: 18 additions & 0 deletions src/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,24 @@ src_czmq_selftest_LDADD = ${program_libs}
src_czmq_selftest_SOURCES = src/czmq_selftest.c


# Install api files into /usr/local/share/zproject
apidir = @datadir@/zproject/czmq
dist_api_DATA = \
api/zactor.xml \
api/zdir.xml \
api/zdir_patch.xml \
api/zfile.xml \
api/zframe.xml \
api/zhashx.xml \
api/ziflist.xml \
api/zloop.xml \
api/zmsg.xml \
api/zsock.xml \
api/ztrie.xml \
api/zuuid.xml \
api/zhash.xml \
api/zlist.xml

# define custom target for all products of /src
src: src/libczmq.la src/czmq_selftest

Expand Down

0 comments on commit 019d76b

Please sign in to comment.