2013-08-14 02:55:32 +08:00
|
|
|
bin_PROGRAMS =
|
|
|
|
noinst_PROGRAMS =
|
2013-10-13 22:17:30 +08:00
|
|
|
lib_LTLIBRARIES =
|
2013-08-14 02:55:32 +08:00
|
|
|
noinst_bindir = $(top_builddir)/build
|
|
|
|
EXTRA_DIST=
|
|
|
|
|
2017-01-12 05:41:11 +08:00
|
|
|
if SET_SO_VERSION
|
|
|
|
|
|
|
|
include ../so.version
|
|
|
|
|
|
|
|
LT_LDFLAGS=-version-info $(CURRENT):$(REVISION):$(AGE)
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
LT_LDFLAGS=-avoid-version
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-08-30 18:35:48 +08:00
|
|
|
include ../toxcore/Makefile.inc
|
2014-09-10 01:23:09 +08:00
|
|
|
include ../toxencryptsave/Makefile.inc
|
2014-01-25 21:41:04 +08:00
|
|
|
include ../toxav/Makefile.inc
|
2013-08-30 18:35:48 +08:00
|
|
|
include ../other/Makefile.inc
|
|
|
|
include ../testing/Makefile.inc
|
2016-01-01 14:17:19 +08:00
|
|
|
include ../other/bootstrap_daemon/src/Makefile.inc
|
2013-08-30 18:35:48 +08:00
|
|
|
include ../auto_tests/Makefile.inc
|