summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2013-10-13 16:17:30 +0200
committerBtbN <btbn@btbn.de>2013-10-13 16:40:15 +0200
commit5bc25609041f135ad6b9d757295b665e2f84b955 (patch)
tree59006e5c5e3386df46c0376eb418c1a5e3a85b44 /build
parentda727875ac954b13ecb16521d255499511bb7424 (diff)
tox A/V: integration of A/V code into tox
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 631ec111..9530e1a7 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,9 +1,12 @@
1bin_PROGRAMS = 1bin_PROGRAMS =
2noinst_PROGRAMS = 2noinst_PROGRAMS =
3lib_LTLIBRARIES =
3noinst_bindir = $(top_builddir)/build 4noinst_bindir = $(top_builddir)/build
4EXTRA_DIST= 5EXTRA_DIST=
5 6
6include ../toxcore/Makefile.inc 7include ../toxcore/Makefile.inc
8include ../toxrtp/Makefile.inc
9include ../toxmsi/Makefile.inc
7include ../other/Makefile.inc 10include ../other/Makefile.inc
8include ../testing/Makefile.inc 11include ../testing/Makefile.inc
9include ../other/bootstrap_serverdaemon/Makefile.inc 12include ../other/bootstrap_serverdaemon/Makefile.inc