Skip to content

Commit

Permalink
dynamic links added to kvs link line, transitive dependencies croppin…
Browse files Browse the repository at this point in the history
…g up on travis that are being missed on hype
  • Loading branch information
Thomas R. W. Scogland committed May 18, 2015
1 parent 8a54fe7 commit b17d072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/kvs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ libkvs_la_LDFLAGS = -shared -export-dynamic --disable-static \
$(top_builddir)/src/common/libutil/libutil.la \
$(top_builddir)/src/common/libev/libev.la \
$(top_builddir)/src/common/liblsd/liblsd.la \
-L$(top_builddir)/src/common -lflux-core
-L$(top_builddir)/src/common -lflux-core \
$(LIBMUNGE) $(JSON_LIBS) $(LIBZMQ) $(LIBCZMQ) $(LIBPTHREAD) $(LIBUTIL) \
$(LIBDL) -lrt

#-lrt is for clock_gettime, this should be abstracted

Expand Down

0 comments on commit b17d072

Please sign in to comment.