Fix: liblttng-ust-tracepoint missing symbols when using ld "no-undefined"
[lttng-ust.git] / liblttng-ust / Makefile.am
index 628e56fba9043f700580101bbc055db81a148501..36cb9a25038f0d871f40577bf5c40afc6b4f0f3e 100644 (file)
@@ -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 \
This page took 0.022724 seconds and 4 git commands to generate.