summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-08-16 23:19:23 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-08-16 23:19:23 -0400
commit2040fc41d2ee53eb2d462e43e0f306613f48a685 (patch)
treee7b77afaceca61a9a0ac2222086421db6a0a6582 /other/bootstrap_daemon/Makefile.inc
parentbb1bb583524cc2a955b2492d0f0dbc2dc570fe4c (diff)
Renamed tox_bootstrap_daemon into tox-bootstrapd
Diffstat (limited to 'other/bootstrap_daemon/Makefile.inc')
-rw-r--r--other/bootstrap_daemon/Makefile.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/other/bootstrap_daemon/Makefile.inc b/other/bootstrap_daemon/Makefile.inc
index 0bc02ef9..f3d9c04e 100644
--- a/other/bootstrap_daemon/Makefile.inc
+++ b/other/bootstrap_daemon/Makefile.inc
@@ -1,17 +1,17 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON 1if BUILD_DHT_BOOTSTRAP_DAEMON
2 2
3bin_PROGRAMS += tox_bootstrap_daemon 3bin_PROGRAMS += tox-bootstrapd
4 4
5tox_bootstrap_daemon_SOURCES = \ 5tox_bootstrapd_SOURCES = \
6 ../other/bootstrap_daemon/tox_bootstrap_daemon.c 6 ../other/bootstrap_daemon/tox-bootstrapd.c
7 7
8tox_bootstrap_daemon_CFLAGS = \ 8tox_bootstrapd_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_daemon \ 9 -I$(top_srcdir)/other/bootstrap_daemon \
10 $(LIBSODIUM_CFLAGS) \ 10 $(LIBSODIUM_CFLAGS) \
11 $(NACL_CFLAGS) \ 11 $(NACL_CFLAGS) \
12 $(LIBCONFIG_CFLAGS) 12 $(LIBCONFIG_CFLAGS)
13 13
14tox_bootstrap_daemon_LDADD = \ 14tox_bootstrapd_LDADD = \
15 $(LIBSODIUM_LDFLAGS) \ 15 $(LIBSODIUM_LDFLAGS) \
16 $(NACL_LDFLAGS) \ 16 $(NACL_LDFLAGS) \
17 libtoxcore.la \ 17 libtoxcore.la \
@@ -23,5 +23,5 @@ endif
23 23
24EXTRA_DIST += \ 24EXTRA_DIST += \
25 $(top_srcdir)/other/bootstrap_daemon/conf \ 25 $(top_srcdir)/other/bootstrap_daemon/conf \
26 $(top_srcdir)/other/bootstrap_daemon/tox_bootstrap_daemon.sh 26 $(top_srcdir)/other/bootstrap_daemon/tox-bootstrapd.sh
27 27