This repository was archived by the owner on Oct 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ EXPAT_PATH="$DIR/expat"
55EXPAT_FILE=' lib/expat.h'
66
77echo
8- echo Attention: libstrophe will be built without TLS support. To enable TLS
8+ echo Attention: libmesode will be built without TLS support. To enable TLS
99echo you need to replace \' src/tls_dummy.c\' with \' src/tls_opnessl.c\' in
1010echo \' jni/Android.mk\' , add path to the openssl headers and link your program
1111echo with libssl and libcrypto.
3535echo " basic example:"
3636ls -l " $DIR " /libs/* /basic
3737echo
38- echo " libstrophe .a:"
39- ls -l " $DIR " /obj/local/* /libstrophe .a
38+ echo " libmesode .a:"
39+ ls -l " $DIR " /obj/local/* /libmesode .a
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LOCAL_C_INCLUDES := \
1313LOCAL_SRC_FILES := \
1414 ../examples/basic.c
1515
16- LOCAL_STATIC_LIBRARIES := libstrophe libexpat
16+ LOCAL_STATIC_LIBRARIES := libmesode libexpat
1717
1818include $(BUILD_EXECUTABLE )
1919
@@ -22,7 +22,7 @@ include $(BUILD_EXECUTABLE)
2222#
2323
2424include $(CLEAR_VARS )
25- LOCAL_MODULE := libstrophe
25+ LOCAL_MODULE := libmesode
2626LOCAL_CFLAGS :=
2727LOCAL_C_INCLUDES := \
2828 $(LOCAL_PATH ) /.. \
@@ -52,7 +52,7 @@ LOCAL_SRC_FILES := \
5252 ../src/util.c \
5353 ../src/uuid.c
5454
55- LOCAL_STATIC_LIBRARIES := libstrophe
55+ LOCAL_STATIC_LIBRARIES := libmesode
5656
5757include $(BUILD_STATIC_LIBRARY )
5858
You can’t perform that action at this time.
0 commit comments