Skip to content

Commit

Permalink
remove unrequired e-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaross committed May 4, 2018
1 parent d3b2acd commit 1c63535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/c_dynamic_calls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPRTHR = /usr/local/browndeer/coprthr2
SHMEM = ../../src

INCS = -I. -I$(COPRTHR)/include
LIBS = -L$(COPRTHR)/lib -lcoprthr2_dev -lcoprthr_hostcall -lesyscall -le-lib
LIBS = -L$(COPRTHR)/lib -lcoprthr2_dev -lcoprthr_hostcall -lesyscall
LIBS += -L$(SHMEM) -lshmem_coprthr
INCS += -I$(SHMEM)

Expand Down

0 comments on commit 1c63535

Please sign in to comment.