]> sjero.net Git - linphone/commitdiff
Merge branch 'master' into dev_sal
authorSimon Morlat <simon.morlat@linphone.org>
Wed, 20 Jan 2010 16:08:28 +0000 (17:08 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Wed, 20 Jan 2010 16:08:28 +0000 (17:08 +0100)
1  2 
coreapi/Makefile.am

index 0000000000000000000000000000000000000000,c0a28ade3f4c1c539773f1804fb7fa2e221c183a..7c3827f29520ae6f860339be335ec7f1e700581d
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,54 +1,57 @@@
+ SUBDIRS=help
+ ## Process this file with automake to produce Makefile.in
+ linphone_includedir=$(includedir)/linphone
+ linphone_include_HEADERS=linphonecore.h ../config.h lpconfig.h sipsetup.h
+ INCLUDES = \
+       -I$(top_srcdir)\
+       -I$(top_srcdir)/mediastreamer2/include
+ lib_LTLIBRARIES=liblinphone.la
+ liblinphone_la_SOURCES=\
+       linphonecore.c linphonecore.h private.h\
+       exevents.c exevents.h \
++      offeranswer.c offeranswer.h\
++      sal_eXosip2.c sal.h \
++      sal_eXosip2_sdp.c \
+       misc.c  \
+       address.c \
+       enum.c enum.h \
+       sdphandler.c sdphandler.h \
+       presence.c \
+       proxy.c \
+       friend.c \
+       authentication.c \
+       lpconfig.c lpconfig.h \
+       chat.c \
+         general_state.c \
+       sipsetup.c sipsetup.h \
+       siplogin.c
+ liblinphone_la_LDFLAGS= -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined
+ liblinphone_la_LIBADD= \
+               $(EXOSIP_LIBS) \
+               $(top_builddir)/mediastreamer2/src/libmediastreamer.la \
+               $(ORTP_LIBS)
+ if BUILD_WIN32
+ liblinphone_la_LIBADD+=$(top_builddir)/oRTP/src/libortp.la
+ endif
+ AM_CFLAGS=$(STRICT_OPTIONS)  -DIN_LINPHONE \
+       $(ORTP_CFLAGS) \
+       $(OSIP_CFLAGS) \
+       $(EXOSIP_CFLAGS) \
+       -DENABLE_TRACE  \
+       -DLOG_DOMAIN=\"LinphoneCore\" \
+        $(IPV6_CFLAGS) \
+        -DORTP_INET6 \
+        $(VIDEO_CFLAGS)