X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/eabd2809d7acaf7e8bd776b2058f1f15ffe09a89..123c8c321489e0d0528603d397ca552641dec89b:/orte/libaorte/jni/Android.mk diff --git a/orte/libaorte/jni/Android.mk b/orte/libaorte/jni/Android.mk index 2ef23c1..228a2cf 100644 --- a/orte/libaorte/jni/Android.mk +++ b/orte/libaorte/jni/Android.mk @@ -3,7 +3,6 @@ include $(CLEAR_VARS) LOCAL_MODULE := orte LOCAL_C_INCLUDES := $(LOCAL_PATH)/include -LOCAL_LDLIBS := -llog LOCAL_CFLAGS += -Wall LOCAL_SRC_FILES := \ liborte/conv.c \ @@ -67,7 +66,6 @@ libjorte/setTopic.c \ libjorte/createAppInfo.c \ libjorte/createPubInfo.c \ libjorte/createSubInfo.c \ -libjorte/setRecvInfo.c \ libjorte/JGetORTEConstant.c \ libjorte/JIPAddressToString.c \ libjorte/JNtpTimeToStringMs.c \ @@ -82,6 +80,7 @@ libjorte/JORTEDomainMgrDestroy.c \ libjorte/JORTEDomainPropDefaultGet.c \ libjorte/JORTEDomainPropSet.c \ libjorte/JORTEDomainPropDestroy.c \ +libjorte/JORTEDomainStart.c \ libjorte/JORTEInit.c \ libjorte/JORTEPublicationCreate.c \ libjorte/JORTEPublicationDestroy.c \ @@ -90,11 +89,13 @@ libjorte/JORTEPublicationPropertiesSet.c \ libjorte/JORTEPublicationPropertiesGet.c \ libjorte/JORTEPublicationGetStatus.c \ libjorte/JORTEPublicationWaitForSubscriptions.c \ +libjorte/JORTERecvInfoHelpers.c \ libjorte/JORTESleepMs.c \ libjorte/JORTESubscriptionCreate.c \ libjorte/JORTESubscriptionDestroy.c \ libjorte/JORTESubscriptionPropertiesGet.c \ libjorte/JORTESubscriptionPropertiesSet.c \ +libjorte/JORTESubscriptionPull.c \ libjorte/JORTESubscriptionGetStatus.c \ libjorte/JORTESubscriptionWaitForPublications.c \ libjorte/JORTETypeRegisterAdd.c \ @@ -106,3 +107,4 @@ libjorte/JStringToIPAddress.c LOCAL_STATIC_LIBRARIES := orte include $(BUILD_SHARED_LIBRARY) +