X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=dc69f179a9e8c7da0182b8768450a6e2eafd874b;hp=e6628f8a47cb5452938fbf5f1b050e64d6580571;hb=c70636a7342f34e3be68fcf411cf3e3718b8e73f;hpb=482b1157950e665c952ca8393e491fc9fc699157 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e6628f8a4..dc69f179a 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -30,7 +30,8 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h runas.c \ userspace-probe.c event.c time.c \ session-descriptor.c credentials.h \ trace-chunk.c trace-chunk.h trace-chunk-registry.h \ - dynamic-array.h dynamic-array.c optional.h + dynamic-array.h dynamic-array.c optional.h \ + uuid.c uuid.h if HAVE_ELF_H libcommon_la_SOURCES += lttng-elf.h lttng-elf.c @@ -39,8 +40,7 @@ endif libcommon_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ - $(top_builddir)/src/common/hashtable/libhashtable.la \ - $(UUID_LIBS) + $(top_builddir)/src/common/hashtable/libhashtable.la if BUILD_LIB_COMPAT SUBDIRS += compat