mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #534 from jin-eld/automake-compatibility
Tune automake options to avoid problems with newer versions
This commit is contained in:
commit
9b249c5ca8
|
@ -1,6 +1,7 @@
|
||||||
SUBDIRS = build
|
SUBDIRS = build
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user