summaryrefslogtreecommitdiff
path: root/build/Makefile.am
blob: d9d2911eccf6561bbe6f3c7626aa443a20276a83 (plain)
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
bin_PROGRAMS =
noinst_PROGRAMS =
noinst_LTLIBRARIES =
lib_LTLIBRARIES =
noinst_bindir = $(top_builddir)/build
EXTRA_DIST=

if SET_SO_VERSION

include ../so.version

LT_LDFLAGS=-version-info $(CURRENT):$(REVISION):$(AGE)

else

LT_LDFLAGS=-avoid-version

endif

include ../toxcore/Makefile.inc
include ../toxencryptsave/Makefile.inc
include ../toxav/Makefile.inc
include ../other/Makefile.inc
include ../testing/Makefile.inc
include ../other/bootstrap_daemon/src/Makefile.inc
include ../auto_tests/Makefile.inc