diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 631ec111..9530e1a7 100644 --- a/build/Makefile.am +++ b/build/Makefile.am | |||
@@ -1,9 +1,12 @@ | |||
1 | bin_PROGRAMS = | 1 | bin_PROGRAMS = |
2 | noinst_PROGRAMS = | 2 | noinst_PROGRAMS = |
3 | lib_LTLIBRARIES = | ||
3 | noinst_bindir = $(top_builddir)/build | 4 | noinst_bindir = $(top_builddir)/build |
4 | EXTRA_DIST= | 5 | EXTRA_DIST= |
5 | 6 | ||
6 | include ../toxcore/Makefile.inc | 7 | include ../toxcore/Makefile.inc |
8 | include ../toxrtp/Makefile.inc | ||
9 | include ../toxmsi/Makefile.inc | ||
7 | include ../other/Makefile.inc | 10 | include ../other/Makefile.inc |
8 | include ../testing/Makefile.inc | 11 | include ../testing/Makefile.inc |
9 | include ../other/bootstrap_serverdaemon/Makefile.inc | 12 | include ../other/bootstrap_serverdaemon/Makefile.inc |