From f792b1be1f05caa78f5d1cb89e7860751f698910 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Mon, 26 Aug 2013 23:21:45 +0300 Subject: [PATCH] Tune automake options to avoid problems with newer versions Automake >1.14 complains if makefiles are used in subdirs but the subdir-objects option is not set. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7824ecb0..119b8786 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = build ACLOCAL_AMFLAGS = -I m4 +AUTOMAKE_OPTIONS = subdir-objects pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(top_builddir)/libtoxcore.pc