summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-02-22 17:06:07 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2014-02-22 17:07:15 -0500
commit5a142bb697651693e4ce7654d2f74e688aab8894 (patch)
tree4268ae9377593d8632efbbe57bb4680744014f2a /build
parent44c1dfc5fda6393f18ef7b4178c0c32f3d64f357 (diff)
Renamed dht server to dht node
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 5514a4d5..aa004388 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -8,5 +8,5 @@ include ../toxcore/Makefile.inc
8include ../toxav/Makefile.inc 8include ../toxav/Makefile.inc
9include ../other/Makefile.inc 9include ../other/Makefile.inc
10include ../testing/Makefile.inc 10include ../testing/Makefile.inc
11include ../other/bootstrap_serverdaemon/Makefile.inc 11include ../other/bootstrap_daemon/Makefile.inc
12include ../auto_tests/Makefile.inc 12include ../auto_tests/Makefile.inc