mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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:
parent
c30187fcf9
commit
f792b1be1f
@ -1,6 +1,7 @@
|
||||
SUBDIRS = build
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user