summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-30 13:35:48 +0300
committerjin-eld <jin at mediatomb dot cc>2013-09-01 20:39:02 +0300
commit7d29bd23b99304b8f504dcc7e086a9a3d58443e9 (patch)
tree8fceb471900f3958f5574b55ec110ff92d4c29e4 /build
parentc9116310c828e9a4a029007a55dcd5ae1feb56b2 (diff)
Forward compatibility with automake 1.14
This update makes sure that the build still works with automake prior to 1.12 and at the same time does not give any warnings or errors with automake 1.14
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 5cc735f9..631ec111 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -3,8 +3,8 @@ noinst_PROGRAMS =
3noinst_bindir = $(top_builddir)/build 3noinst_bindir = $(top_builddir)/build
4EXTRA_DIST= 4EXTRA_DIST=
5 5
6include $(top_srcdir)/toxcore/Makefile.inc 6include ../toxcore/Makefile.inc
7include $(top_srcdir)/other/Makefile.inc 7include ../other/Makefile.inc
8include $(top_srcdir)/testing/Makefile.inc 8include ../testing/Makefile.inc
9include $(top_srcdir)/other/bootstrap_serverdaemon/Makefile.inc 9include ../other/bootstrap_serverdaemon/Makefile.inc
10include $(top_srcdir)/auto_tests/Makefile.inc 10include ../auto_tests/Makefile.inc