Skip to content

Commit

Permalink
Enable Makefile.am to be extendible.
Browse files Browse the repository at this point in the history
It come from VeloxMR repository. I cherry-picked
the commit: cb1bb46
  • Loading branch information
vicentebolea committed Oct 27, 2017
1 parent 28f5e3e commit d97f849
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ AM_LDFLAGS = $(BOOST_LDFLAGS)
LDADD = libvdfs.la -lboost_system -lboost_serialization -lboost_coroutine -lboost_thread -lboost_context
endif

eclipse_node_SOURCES = src/targets/node_main.cc \
eclipse_node_main = src/targets/node_main.cc
eclipse_node_SOURCES = $(eclipse_node_main) \
src/network/asyncchannel.cc \
src/network/server.cc \
src/network/client_handler.cc \
Expand All @@ -62,7 +63,7 @@ eclipse_node_SOURCES = src/targets/node_main.cc \
src/fileleader/file_leader.cc \
src/fileleader/file_leader_router.cc

eclipse_node_LDADD = $(LDADD)
eclipse_node_LDADD = $(LDADD)

if LOGICAL_BLOCKS_FEATURE

Expand Down

0 comments on commit d97f849

Please sign in to comment.