mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
5bc2560904
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
14 lines
346 B
Makefile
14 lines
346 B
Makefile
bin_PROGRAMS =
|
|
noinst_PROGRAMS =
|
|
lib_LTLIBRARIES =
|
|
noinst_bindir = $(top_builddir)/build
|
|
EXTRA_DIST=
|
|
|
|
include ../toxcore/Makefile.inc
|
|
include ../toxrtp/Makefile.inc
|
|
include ../toxmsi/Makefile.inc
|
|
include ../other/Makefile.inc
|
|
include ../testing/Makefile.inc
|
|
include ../other/bootstrap_serverdaemon/Makefile.inc
|
|
include ../auto_tests/Makefile.inc
|