Skip to content

Commit

Permalink
android and osx build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saces committed May 26, 2016
1 parent 0365535 commit d0cc487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/jni/Android.mk
Expand Up @@ -49,6 +49,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libqaul
LOCAL_SRC_FILES := net_qaul_qaul_NativeQaul.c \
$(LIBQAUL_SRC)/qaullib.c \
$(LIBQAUL_SRC)/logging.c \
$(LIBQAUL_SRC)/qaullib_ipc.c \
$(LIBQAUL_SRC)/qaullib_webserver.c \
$(LIBQAUL_SRC)/qaullib_voip.c \
Expand Down
1 change: 1 addition & 0 deletions src/client/osx/CMakeLists.txt
Expand Up @@ -35,6 +35,7 @@ add_executable(${PROJECT_NAME} MACOSX_BUNDLE
AppDelegate.h AppDelegate.m
QaulConfigWifi.h QaulConfigWifi.m
${LIBQAULDIR}/qaullib.c
${LIBQAULDIR}/logging.c
${LIBQAULDIR}/qaullib_ipc.c
${LIBQAULDIR}/qaullib_webserver.c
${LIBQAULDIR}/qaullib_voip.c
Expand Down

0 comments on commit d0cc487

Please sign in to comment.