aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:07:41 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:07:41 +0000
commit25a2bc263a11834ca7c9f82e9f8cca7d2a12dccc (patch)
tree8ef862b884a4061acc45020a5396f1859ef8a057 /src/set/Makefile.am
parent7c7abeb99c0f2f1b2dea83d892b63896b883b336 (diff)
downloadgnunet-25a2bc263a11834ca7c9f82e9f8cca7d2a12dccc.tar.gz
gnunet-25a2bc263a11834ca7c9f82e9f8cca7d2a12dccc.zip
Update all am files
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 8d3fe62b9..7dc269446 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -52,7 +52,7 @@ gnunet_service_set_SOURCES = \
52gnunet_service_set_LDADD = \ 52gnunet_service_set_LDADD = \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 $(top_builddir)/src/core/libgnunetcore.la \ 54 $(top_builddir)/src/core/libgnunetcore.la \
55 $(top_builddir)/src/mesh/libgnunetmesh.la \ 55 $(top_builddir)/src/cadet/libgnunetcadet.la \
56 $(top_builddir)/src/block/libgnunetblock.la \ 56 $(top_builddir)/src/block/libgnunetblock.la \
57 $(GN_LIBINTL) 57 $(GN_LIBINTL)
58 58