File: Makefile.am

package info (click to toggle)
linphone 1.5.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,208 kB
  • ctags: 4,913
  • sloc: ansic: 49,094; sh: 9,516; makefile: 612; cpp: 347; perl: 50; sed: 16; xml: 7
file content (40 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
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


## Process this file with automake to produce Makefile.in
linphone_includedir=$(includedir)/linphone

linphone_include_HEADERS=linphonecore.h ../config.h lpconfig.h

INCLUDES = \
	-I$(top_srcdir)\
	-I$(top_srcdir)/exosip\
	-I$(top_srcdir)/oRTP/include \
	-I$(top_srcdir)/mediastreamer2/include \
	-I$(osip_prefix)/include/ 


lib_LTLIBRARIES=liblinphone.la

liblinphone_la_SOURCES=\
	linphonecore.c linphonecore.h private.h\
	exevents.c exevents.h \
	misc.c  \
	enum.c enum.h \
	sdphandler.c sdphandler.h \
	presence.c \
	proxy.c \
	friend.c \
	authentication.c \
	lpconfig.c lpconfig.h \
	chat.c


liblinphone_la_LDFLAGS= -version-info $(LIBLINPHONE_SO_VERSION)

liblinphone_la_LIBADD=	$(top_builddir)/mediastreamer2/src/libquickstream.la \
			$(top_builddir)/exosip/libeXosip.la 



AM_CFLAGS=$(STRICT_OPTIONS)  \
	-DENABLE_TRACE -DG_LOG_DOMAIN=\"LinphoneCore\" $(IPV6_CFLAGS) -DORTP_INET6 $(VIDEO_CFLAGS)