Skip to content

Commit

Permalink
Fix live test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PSRCode committed Jul 25, 2018
1 parent 666fa04 commit e62b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/tools/live/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EXTRA_DIST += test_ust test_ust_tracefile_count test_lttng_ust
endif

live_test_SOURCES = live_test.c
live_test_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBRELAYD) $(LIBSESSIOND_COMM) \
live_test_LDADD = $(LIBTAP) $(LIBRELAYD) $(LIBCOMMON) $(LIBSESSIOND_COMM) \
$(LIBHASHTABLE) $(LIBHEALTH) $(DL_LIBS) -lrt
live_test_LDADD += $(LIVE) \
$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
Expand Down

0 comments on commit e62b87f

Please sign in to comment.