toxcore/build/Makefile.am

26 lines
489 B
Makefile
Raw Normal View History

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
2014-01-25 21:41:04 +08:00
include ../toxav/Makefile.inc
include ../other/Makefile.inc
include ../testing/Makefile.inc
include ../other/bootstrap_daemon/src/Makefile.inc
include ../auto_tests/Makefile.inc