summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
blob: f274aba0cad37c2de53b773492b44d2948c4e6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if BUILD_DHT_BOOTSTRAP_DAEMON

bin_PROGRAMS += tox-bootstrapd

tox_bootstrapd_SOURCES = \
                        ../other/bootstrap_daemon/tox-bootstrapd.c

tox_bootstrapd_CFLAGS = \
                        -I$(top_srcdir)/other/bootstrap_daemon \
                        $(LIBSODIUM_CFLAGS) \
                        $(NACL_CFLAGS) \
                        $(LIBCONFIG_CFLAGS)

tox_bootstrapd_LDADD = \
                        $(LIBSODIUM_LDFLAGS) \
                        $(NACL_LDFLAGS) \
                        libtoxcore.la \
                        $(LIBCONFIG_LIBS) \
                        $(LIBSODIUM_LIBS) \
                        $(NACL_LIBS)

endif

EXTRA_DIST += \
    $(top_srcdir)/other/bootstrap_daemon/tox-bootstrapd.conf \
    $(top_srcdir)/other/bootstrap_daemon/tox-bootstrapd.sh