diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2015-10-07 16:36:35 +0000 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2015-10-07 16:36:35 +0000 |
commit | 5eca64eeedd5b32e8ec5b415927ca1d0eeeb5306 (patch) | |
tree | ec2940c5e431dd0f35f6f428276d428537db992f /src/set | |
parent | e5bd8fb4aa72717b8707a4652f14c0735acb52c4 (diff) |
Fix make -j
Diffstat (limited to 'src/set')
-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 47c9231c2d..5f78882217 100644 --- a/src/set/Makefile.am +++ b/src/set/Makefile.am @@ -53,7 +53,7 @@ gnunet_service_set_LDADD = \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/block/libgnunetblock.la \ - $(top_builddir)/src/set/libgnunetset.la \ + libgnunetset.la \ $(GN_LIBINTL) libgnunetset_la_SOURCES = \ |