mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fixes regression introduced by https://github.com/ntop/n2n/commit/35ec7336a6dce19c4b670a4ad90620478f2c40d9 that put libraries in wrong order causing edge to fail during linking
This commit is contained in:
@@ -78,6 +78,8 @@ src/example_sn_embed.o: $(N2N_DEPS)
|
||||
src/example_edge_embed.o: $(N2N_DEPS)
|
||||
|
||||
src/edge: $(N2N_LIB)
|
||||
$(CC) $(CFLAGS) $< $(LDFLAGS) $(N2N_LIB) $(LIBS_EDGE) -o $@
|
||||
|
||||
src/supernode: $(N2N_LIB)
|
||||
src/example_edge_embed_quick_edge_init: $(N2N_LIB)
|
||||
src/example_sn_embed: $(N2N_LIB)
|
||||
|
||||
Reference in New Issue
Block a user