Skip to content

Commit 75d98aa

Browse files
committed
add missing jansson link in makefile
1 parent 53ba85b commit 75d98aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ INSTALL_PREFIX?=/usr/local
99
INSTALL_LIB_DIR=$(INSTALL_PREFIX)/lib
1010
INSTALL_INC_DIR=$(INSTALL_PREFIX)/include
1111

12-
LIB_FLAGS:=-lbdsg -lsdsl -lhandlegraph
12+
LIB_FLAGS:=-lbdsg -lsdsl -lhandlegraph -ljansson
1313

1414
OBJS = $(OBJ_DIR)/eades_algorithm.o
1515
OBJS += $(OBJ_DIR)/hash_graph.o

0 commit comments

Comments
 (0)