summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-05 15:00:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-05 15:00:53 +0000
commit0fb52b8b619ada9923fcb9062b4e7a45008bcbc6 (patch)
tree0a32babdc3ac84d32f761f6432ae85cf87931506 /src/gns/Makefile.am
parentc529e5bbc5387c936c8ed55268b16a900795e6df (diff)
downloadgnunet-0fb52b8b619ada9923fcb9062b4e7a45008bcbc6.tar.gz
gnunet-0fb52b8b619ada9923fcb9062b4e7a45008bcbc6.zip
creating gnunet-bcd
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 73898da30..a24f5f63d 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -66,6 +66,12 @@ bin_PROGRAMS = \
66 $(DO_W32_NSPTOOLS) \ 66 $(DO_W32_NSPTOOLS) \
67 gnunet-gns 67 gnunet-gns
68 68
69if HAVE_MHD
70if LINUX
71bin_PROGRAMS += gnunet-bcd
72endif
73endif
74
69bin_SCRIPTS = gnunet-gns-proxy-setup-ca 75bin_SCRIPTS = gnunet-gns-proxy-setup-ca
70 76
71plugin_LTLIBRARIES = \ 77plugin_LTLIBRARIES = \
@@ -98,6 +104,16 @@ gnunet_gns_DEPENDENCIES = \
98 $(top_builddir)/src/util/libgnunetutil.la \ 104 $(top_builddir)/src/util/libgnunetutil.la \
99 libgnunetgns.la 105 libgnunetgns.la
100 106
107
108gnunet_bcd_SOURCES = \
109 gnunet-bcd.c
110gnunet_bcd_LDADD = \
111 $(top_builddir)/src/util/libgnunetutil.la \
112 $(GN_LIBINTL) -lmicrohttpd
113gnunet_bcd_DEPENDENCIES = \
114 $(top_builddir)/src/util/libgnunetutil.la
115
116
101gnunet_dns2gns_SOURCES = \ 117gnunet_dns2gns_SOURCES = \
102 gnunet-dns2gns.c 118 gnunet-dns2gns.c
103gnunet_dns2gns_LDADD = \ 119gnunet_dns2gns_LDADD = \