Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
feiga committed Nov 11, 2015
1 parent 08b72a5 commit 4a59265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ THIRD_PARTY_LIB = $(MULTIVERSO_DIR)/third_party/lib

INC_FLAGS = -I$(MULTIVERSO_INC)
LD_FLAGS = -L$(MULTIVERSO_LIB) -lmultiverso
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpi -lmpl
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpich -lmpl

LIGHTLDA_HEADERS = $(shell find $(PROJECT)/src -type f -name "*.h")
LIGHTLDA_SRC = $(shell find $(PROJECT)/src -type f -name "*.cpp")
Expand Down

0 comments on commit 4a59265

Please sign in to comment.