diff options
author | Bart Polot <bart@net.in.tum.de> | 2014-05-07 12:07:41 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2014-05-07 12:07:41 +0000 |
commit | 25a2bc263a11834ca7c9f82e9f8cca7d2a12dccc (patch) | |
tree | 8ef862b884a4061acc45020a5396f1859ef8a057 /src/set/Makefile.am | |
parent | 7c7abeb99c0f2f1b2dea83d892b63896b883b336 (diff) |
Update all am files
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r-- | src/set/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am index 8d3fe62b90..7dc2694466 100644 --- a/src/set/Makefile.am +++ b/src/set/Makefile.am @@ -52,7 +52,7 @@ gnunet_service_set_SOURCES = \ gnunet_service_set_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ - $(top_builddir)/src/mesh/libgnunetmesh.la \ + $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/block/libgnunetblock.la \ $(GN_LIBINTL) |