Skip to content

Commit

Permalink
libtap is needed on check, not on all
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas R. W. Scogland committed May 18, 2015
1 parent 0bc8af0 commit 04cb83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/kvs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ libkvs_la_SOURCES = \
libkvs_la_LDFLAGS = -shared -export-dynamic --disable-static \
$(top_builddir)/src/common/libflux/libflux.la \
$(top_builddir)/src/common/libutil/libutil.la \
$(top_builddir)/src/common/libtap/libtap.la \
$(top_builddir)/src/common/libev/libev.la \
$(top_builddir)/src/common/liblsd/liblsd.la \
$(LIBMUNGE) $(LIBDL)
Expand All @@ -49,6 +48,7 @@ TESTS = \
test_ldadd = \
$(top_builddir)/src/modules/kvs/waitqueue.o \
$(top_builddir)/src/modules/kvs/libkvs.la \
$(top_builddir)/src/common/libtap/libtap.la \
$(JSON_LIBS) $(LIBZMQ) $(LIBCZMQ) $(LIBPTHREAD)

test_cppflags = \
Expand Down

0 comments on commit 04cb83a

Please sign in to comment.