mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-14 21:15:22 +00:00
7d29bd23b9
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
11 lines
266 B
Makefile
11 lines
266 B
Makefile
bin_PROGRAMS =
|
|
noinst_PROGRAMS =
|
|
noinst_bindir = $(top_builddir)/build
|
|
EXTRA_DIST=
|
|
|
|
include ../toxcore/Makefile.inc
|
|
include ../other/Makefile.inc
|
|
include ../testing/Makefile.inc
|
|
include ../other/bootstrap_serverdaemon/Makefile.inc
|
|
include ../auto_tests/Makefile.inc
|