Skip to content

Commit

Permalink
Merge pull request #192 from vgteam/link-jansson
Browse files Browse the repository at this point in the history
Add missing jansson link in makefile
  • Loading branch information
jeizenga committed Nov 22, 2023
2 parents 53ba85b + 75d98aa commit 76cb9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTALL_PREFIX?=/usr/local
INSTALL_LIB_DIR=$(INSTALL_PREFIX)/lib
INSTALL_INC_DIR=$(INSTALL_PREFIX)/include

LIB_FLAGS:=-lbdsg -lsdsl -lhandlegraph
LIB_FLAGS:=-lbdsg -lsdsl -lhandlegraph -ljansson

OBJS = $(OBJ_DIR)/eades_algorithm.o
OBJS += $(OBJ_DIR)/hash_graph.o
Expand Down

0 comments on commit 76cb9d1

Please sign in to comment.