My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
tools/sip_reg.c \
src/eXtl.c \
src/eXsubscription_api.c \
src/eXregister_api.c \
src/jevents.c \
src/jcallback.c \
src/eXtl_tcp.c \
src/rijndael.c \
src/jreg.c \
src/sdp_offans.c \
src/eXconf.c \
src/jauth.c \
src/udp.c \
src/eXcall_api.c \
src/eXtl_tls.c \
src/jdialog.c \
src/eXtransport.c \
src/eXosip.c \
src/jrequest.c \
src/jsubscribe.c \
src/eXtl_dtls.c \
src/jcall.c \
src/misc.c \
src/milenage.c \
src/jresponse.c \
src/eXmessage_api.c \
src/eXtl_udp.c \
src/eXoptions_api.c \
src/eXinsubscription_api.c \
src/eXutils.c \
src/eXrefer_api.c \
src/jpipe.c \
src/jpublish.c \
src/eXpublish_api.c \
src/jnotify.c \
src/inet_ntop.c

LOCAL_CFLAGS += -DHAVE_TIME_H \
-DHAVE_SYS_SELECT_H \
-DENABLE_TRACE \
-DOSIP_MT

LOCAL_C_INCLUDES:= $(LOCAL_PATH)/include $(LOCAL_PATH)/src #\
$(LOCAL_PATH)/../libosip/include
LOCAL_EXPORT_C_INCLUDES:=$(LOCAL_C_INCLUDES)

LOCAL_SHARED_LIBRARIES := \
libosip

#LOCAL_LDLIBS += -lpthread -ldl

LOCAL_PRELINK_MODULE := false

LOCAL_MODULE:= libexosip

include $(BUILD_SHARED_LIBRARY)
$(call import-module,libosip)

Change log

r140 by rx.wen218 on Dec 12, 2010   Diff
update android exosip sample skeleton
Go to: 
Project members, sign in to write a code review

Older revisions

r135 by rx.wen218 on Dec 8, 2010   Diff
add exosip_sample, demonstrating the
compilable skeleton
All revisions of this file

File info

Size: 1214 bytes, 61 lines
Powered by Google Project Hosting