summaryrefslogtreecommitdiff
path: root/build/Makefile.am
blob: c5c170a335621e6a09de6bc962d554d45414c32f (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
bin_PROGRAMS =
noinst_PROGRAMS =
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