Skip to content
Snippets Groups Projects
Commit 6c39e0af authored by Irene Zhang's avatar Irene Zhang
Browse files

fixing a bug in the makefile for libtapir

parent aa1dbd38
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,6 @@ $(foreach bin,$(1),$(eval LDFLAGS-$(bin) += $(2)))
endef
include lib/Rules.mk
include libtapir/Rules.mk
include replication/common/Rules.mk
include replication/vr/Rules.mk
include replication/ir/Rules.mk
......@@ -132,7 +131,7 @@ include store/strongstore/Rules.mk
include store/weakstore/Rules.mk
include store/benchmark/Rules.mk
include lockserver/Rules.mk
include libtapir/Rules.mk
##################################################################
# General rules
#
......
d := $(dir $(lastword $(MAKEFILE_LIST)))
$(d)libtapir.so: $(patsubst %.o,%-pic.o, $(OBJS-or-client) $(OBJS-span-client) $(OBJS-qw-client))
$(d)libtapir.so: $(patsubst %.o,%-pic.o, $(OBJS-tapir-client))
LDFLAGS-$(d)libtapir.so += -shared
BINS += $(d)libtapir.so
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment