Skip to content

Commit e2a9c06

Browse files
committed
Fix the raftable makefile.
1 parent 4c776e1 commit e2a9c06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/raftable/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
MODULES = raftable worker blockmem state
1+
MODULES = raftable
2+
OBJS = raftable.o worker.o state.o blockmem.o
23
EXTENSION = raftable
34
DATA = raftable--1.0.sql
45

56
RAFT_PREFIX = $(HOME)/raft
6-
override LDFLAGS += -L$(RAFT_PREFIX)/lib -Wl,-whole-archive -lraft -Wl,-no-whole-archive -ljansson
7+
override LDFLAGS += -L$(RAFT_PREFIX)/lib -Wl,-whole-archive -lraft -Wl,-no-whole-archive
78
override CFLAGS += -Wfatal-errors
89
override CPPFLAGS += -I$(RAFT_PREFIX)/include
910

0 commit comments

Comments
 (0)