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

adding some additional files to libtapir

parent 6c39e0af
No related branches found
No related tags found
No related merge requests found
d := $(dir $(lastword $(MAKEFILE_LIST)))
$(d)libtapir.so: $(patsubst %.o,%-pic.o, $(OBJS-tapir-client))
$(d)libtapir.so: $(patsubst %.o,%-pic.o, $(LIB-message) $(LIB-store-common) $(LIB-store-frontend) $(LIB-udptransport) $(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