summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-04 15:10:37 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-24 03:25:07 +0300
commite658892793c42b2d058eed0937025ef2ddaaa372 (patch)
tree2a022cab057f2c16ca95860ed980092880052f6e /other/bootstrap_serverdaemon
parente2aa8161adc85795fe4d63d4642f47e90937ddc2 (diff)
Rename core directory because of autoconf name clash
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
Diffstat (limited to 'other/bootstrap_serverdaemon')
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index 46409b76..eec4e39f 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -32,8 +32,8 @@
32#include <arpa/inet.h> /* htons() */ 32#include <arpa/inet.h> /* htons() */
33#include <string.h> /* strcpy() */ 33#include <string.h> /* strcpy() */
34 34
35#include "../../core/DHT.h" 35#include "../../toxcore/DHT.h"
36#include "../../core/friend_requests.h" 36#include "../../toxcore/friend_requests.h"
37 37
38#define DEFAULT_PORT 33445 38#define DEFAULT_PORT 33445
39#define DEFAULT_PID_FILE "bootstrap_server.pid" 39#define DEFAULT_PID_FILE "bootstrap_server.pid"