Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2a9c06

Browse files
committed
Fix the raftable makefile.
1 parent4c776e1 commite2a9c06

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-
overrideLDFLAGS += -L$(RAFT_PREFIX)/lib -Wl,-whole-archive -lraft -Wl,-no-whole-archive -ljansson
7+
overrideLDFLAGS += -L$(RAFT_PREFIX)/lib -Wl,-whole-archive -lraft -Wl,-no-whole-archive
78
overrideCFLAGS += -Wfatal-errors
89
overrideCPPFLAGS += -I$(RAFT_PREFIX)/include
910

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp