aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-10-07 22:01:03 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-10-07 22:01:03 +0000
commit383814672c031e49c4dffca0a69af3b0973d2248 (patch)
tree1c889a53a32ce6fd5786e23cd4f45e7de06db403 /src/set/Makefile.am
parentaf432574e5009cc4748e512f6b78b43f40fdc19c (diff)
downloadgnunet-383814672c031e49c4dffca0a69af3b0973d2248.tar.gz
gnunet-383814672c031e49c4dffca0a69af3b0973d2248.zip
statistics in set profiler, temp. fix for salt
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 5da0c564a..b4595d0e7 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -29,6 +29,7 @@ gnunet_set_profiler_SOURCES = \
29 gnunet-set-profiler.c 29 gnunet-set-profiler.c
30gnunet_set_profiler_LDADD = \ 30gnunet_set_profiler_LDADD = \
31 $(top_builddir)/src/util/libgnunetutil.la \ 31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(top_builddir)/src/statistics/libgnunetstatistics.la \
32 libgnunetset.la \ 33 libgnunetset.la \
33 $(top_builddir)/src/testing/libgnunettesting.la \ 34 $(top_builddir)/src/testing/libgnunettesting.la \
34 $(GN_LIBINTL) 35 $(GN_LIBINTL)