]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libaorte/jni/Android.mk
Merge branch 'master' of https://github.com/Vajnar/orte
[orte.git] / orte / libaorte / jni / Android.mk
index f8fd4fb3ab59674e822e5abd3902c506dc3d988e..228a2cfe2837788ea5c709b6f85b2ef9d415eb8b 100644 (file)
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE    := orte
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
-LOCAL_LDLIBS := -llog
+LOCAL_CFLAGS += -Wall
 LOCAL_SRC_FILES := \
 liborte/conv.c \
 liborte/debug.c \
@@ -57,6 +57,7 @@ include $(CLEAR_VARS)
 LOCAL_MODULE    := jorte
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
 LOCAL_LDLIBS := -llog
+LOCAL_CFLAGS += -Wall 
 LOCAL_SRC_FILES := \
 libjorte/onLoad.c \
 libjorte/getNtpTime.c \
@@ -65,13 +66,14 @@ libjorte/setTopic.c \
 libjorte/createAppInfo.c \
 libjorte/createPubInfo.c \
 libjorte/createSubInfo.c \
-libjorte/setRecvInfo.c \
 libjorte/JGetORTEConstant.c \
 libjorte/JIPAddressToString.c \
 libjorte/JNtpTimeToStringMs.c \
 libjorte/JNtpTimeToStringUs.c \
 libjorte/JORTEDomainAppCreate.c \
 libjorte/JORTEDomainAppDestroy.c \
+libjorte/JORTEDomainEvents.c \
+libjorte/JORTEDomainEventsDestroy.c \
 libjorte/JORTEDomainInitEvents.c \
 libjorte/JORTEDomainMgrCreate.c \
 libjorte/JORTEDomainMgrDestroy.c \
@@ -87,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 \
@@ -102,4 +106,5 @@ libjorte/JStringToIPAddress.c
 
 LOCAL_STATIC_LIBRARIES := orte
 
-include $(BUILD_SHARED_LIBRARY)
\ No newline at end of file
+include $(BUILD_SHARED_LIBRARY)
+