aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-10-05 23:16:17 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-10-05 23:16:17 +0000
commit1526a366e98d0f7ac4f82c548273c9f2c06f553f (patch)
treeb59434fda2636116c27ef161ac0bef5f2e51d15c /src/set/Makefile.am
parent2b8265dc5cbf796f01d40c6b1e82fd0852364d16 (diff)
downloadgnunet-1526a366e98d0f7ac4f82c548273c9f2c06f553f.tar.gz
gnunet-1526a366e98d0f7ac4f82c548273c9f2c06f553f.zip
include element type in hash
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 b7617db25..47c9231c2 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -53,6 +53,7 @@ gnunet_service_set_LDADD = \
53 $(top_builddir)/src/core/libgnunetcore.la \ 53 $(top_builddir)/src/core/libgnunetcore.la \
54 $(top_builddir)/src/cadet/libgnunetcadet.la \ 54 $(top_builddir)/src/cadet/libgnunetcadet.la \
55 $(top_builddir)/src/block/libgnunetblock.la \ 55 $(top_builddir)/src/block/libgnunetblock.la \
56 $(top_builddir)/src/set/libgnunetset.la \
56 $(GN_LIBINTL) 57 $(GN_LIBINTL)
57 58
58libgnunetset_la_SOURCES = \ 59libgnunetset_la_SOURCES = \