summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
committerirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
commitc6bed82d47aa39709bdd568fccc3847714ed1b74 (patch)
tree4e2dd8676a53e78a5b84e3abd68cdbe82a636737 /other/bootstrap_daemon/Makefile.inc
parent760f20c9455c2ef33ec9d242f209a1543f6acaf4 (diff)
parent9d1efd594914629204d4cd1a84678daf67eb8068 (diff)
Merge branch 'tox-bootstrapd-docker-support' of https://github.com/nurupo/InsertProjectNameHere
Diffstat (limited to 'other/bootstrap_daemon/Makefile.inc')
-rw-r--r--other/bootstrap_daemon/Makefile.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/other/bootstrap_daemon/Makefile.inc b/other/bootstrap_daemon/Makefile.inc
deleted file mode 100644
index f274aba0..00000000
--- a/other/bootstrap_daemon/Makefile.inc
+++ /dev/null
@@ -1,27 +0,0 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON
2
3bin_PROGRAMS += tox-bootstrapd
4
5tox_bootstrapd_SOURCES = \
6 ../other/bootstrap_daemon/tox-bootstrapd.c
7
8tox_bootstrapd_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_daemon \
10 $(LIBSODIUM_CFLAGS) \
11 $(NACL_CFLAGS) \
12 $(LIBCONFIG_CFLAGS)
13
14tox_bootstrapd_LDADD = \
15 $(LIBSODIUM_LDFLAGS) \
16 $(NACL_LDFLAGS) \
17 libtoxcore.la \
18 $(LIBCONFIG_LIBS) \
19 $(LIBSODIUM_LIBS) \
20 $(NACL_LIBS)
21
22endif
23
24EXTRA_DIST += \
25 $(top_srcdir)/other/bootstrap_daemon/tox-bootstrapd.conf \
26 $(top_srcdir)/other/bootstrap_daemon/tox-bootstrapd.sh
27