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.
This commit is contained in:
jin-eld 2013-08-26 23:21:45 +03:00
parent c30187fcf9
commit f792b1be1f

View File

@ -1,6 +1,7 @@
SUBDIRS = build
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc