X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2FMakefile.am;fp=tests%2Fust%2FMakefile.am;h=4e5c8042deb5bfa7ea851d81b28b7b4682c12de7;hp=fee5c840214868849ee8376ade88c028aa67b07d;hb=6364a07adde1072d595044a19359e61fc27940dd;hpb=a027b2d2edced8011ef674f88146253715952af7 diff --git a/tests/ust/Makefile.am b/tests/ust/Makefile.am index fee5c8402..4e5c8042d 100644 --- a/tests/ust/Makefile.am +++ b/tests/ust/Makefile.am @@ -11,7 +11,9 @@ noinst_PROGRAMS = ust_global_event_basic ust_global_event_wildcard UTILS=utils.h LIBLTTNG=$(top_srcdir)/src/lib/lttng-ctl/lttng-ctl.c \ $(top_srcdir)/src/common/sessiond-comm/sessiond-comm.c \ - $(top_srcdir)/src/common/sessiond-comm/unix.c + $(top_srcdir)/src/common/sessiond-comm/unix.c \ + $(top_srcdir)/src/common/sessiond-comm/inet.c \ + $(top_srcdir)/src/common/sessiond-comm/inet6.c ust_global_event_wildcard_SOURCES = ust_global_event_wildcard.c $(UTILS) $(LIBLTTNG)