aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-12 10:31:38 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-12 10:31:38 +0200
commit620bdac536dff4b17317d9d20b8a6840836d6490 (patch)
treec26d468621ac29b1d6d3b4cd0682b413bffca3aa /src/gns/Makefile.am
parente7b6bcdfd095ba3dfc3f8721a2a1f8a7f69d792b (diff)
downloadgnunet-620bdac536dff4b17317d9d20b8a6840836d6490.tar.gz
gnunet-620bdac536dff4b17317d9d20b8a6840836d6490.zip
add first sketch of gns benchmarking tool
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index b2b81d73f..ac11c834e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -76,6 +76,9 @@ bin_PROGRAMS = \
76 $(DO_NONPOSIX_GNSIMPORT) \ 76 $(DO_NONPOSIX_GNSIMPORT) \
77 gnunet-gns 77 gnunet-gns
78 78
79noinst_PROGRAMS = \
80 gnunet-gns-benchmark
81
79if HAVE_MHD 82if HAVE_MHD
80if LINUX 83if LINUX
81bin_PROGRAMS += gnunet-bcd 84bin_PROGRAMS += gnunet-bcd
@@ -114,6 +117,14 @@ gnunet_gns_LDADD = \
114 $(top_builddir)/src/util/libgnunetutil.la \ 117 $(top_builddir)/src/util/libgnunetutil.la \
115 $(GN_LIBINTL) 118 $(GN_LIBINTL)
116 119
120gnunet_gns_benchmark_SOURCES = \
121 gnunet-gns-benchmark.c
122gnunet_gns_benchmark_LDADD = \
123 libgnunetgns.la \
124 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
125 $(top_builddir)/src/util/libgnunetutil.la \
126 $(GN_LIBINTL)
127
117 128
118gnunet_bcd_SOURCES = \ 129gnunet_bcd_SOURCES = \
119 gnunet-bcd.c 130 gnunet-bcd.c