~ubuntu-branches/ubuntu/utopic/resiprocate/utopic

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
AUTOMAKE_OPTIONS = foreign dist-tarZ
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = rutil
SUBDIRS += resip
if BUILD_REPRO
SUBDIRS += repro
endif
if BUILD_TFM
SUBDIRS += tfm
endif

if BUILD_APPS
SUBDIRS += apps
endif

# The Makefiles for these don't separate SSL stuff yet...
if USE_SSL
SUBDIRS += reTurn
if BUILD_RECON
SUBDIRS += reflow
SUBDIRS += resip/recon
endif
SUBDIRS += presSvr
if BUILD_P2P
SUBDIRS += p2p/s2c/s2c p2p
endif
endif

#EXTRA_DIST = build-contrib.sh

EXTRA_DIST = reSIProcate_10_0.sln
#EXTRA_DIST += reSIProcate_7_1.sln
EXTRA_DIST += reSIProcate_8_0.sln
EXTRA_DIST += reSIProcate_9_0.sln

EXTRA_DIST += resiprocate.spec

EXTRA_DIST += RELEASE-PROCESS.txt
EXTRA_DIST += build/configure-android.sh