mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
11 lines
321 B
Makefile
11 lines
321 B
Makefile
|
bin_PROGRAMS =
|
||
|
noinst_PROGRAMS =
|
||
|
noinst_bindir = $(top_builddir)/build
|
||
|
EXTRA_DIST=
|
||
|
|
||
|
include $(top_srcdir)/toxcore/Makefile.inc
|
||
|
include $(top_srcdir)/other/Makefile.inc
|
||
|
include $(top_srcdir)/testing/Makefile.inc
|
||
|
include $(top_srcdir)/other/bootstrap_serverdaemon/Makefile.inc
|
||
|
include $(top_srcdir)/auto_tests/Makefile.inc
|