X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2FMakefile.am;h=36cb9a25038f0d871f40577bf5c40afc6b4f0f3e;hb=dc58067e5a8b6717acd5c2d9031755aeb67e7cc1;hp=628e56fba9043f700580101bbc055db81a148501;hpb=ff0545c9666d3f76db2ab1da1cf5073cf1ecfc45;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 628e56fb..36cb9a25 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing noinst_LTLIBRARIES = liblttng-ust-runtime.la liblttng-ust-support.la @@ -12,7 +12,10 @@ liblttng_ust_tracepoint_la_SOURCES = \ jhash.h \ error.h liblttng_ust_tracepoint_la_LIBADD = \ - -lurcu-bp + -lurcu-bp \ + $(top_builddir)/snprintf/libustsnprintf.la \ + liblttng-ust-support.la + liblttng_ust_tracepoint_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION) liblttng_ust_tracepoint_la_CFLAGS = -DUST_COMPONENT="liblttng_ust_tracepoint" -fno-strict-aliasing @@ -34,7 +37,7 @@ liblttng_ust_runtime_la_SOURCES = \ wait.h \ jhash.h \ error.h \ - uuid.h + lttng-ust-uuid.h liblttng_ust_support_la_SOURCES = \ ltt-tracer.h \