Fix: nestable pthread cancelstate
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index bb32360f1bb1401f88f8b5c5d4cc7f89abeaedac..1ccc290a4302c4c0c29677c0fbf3beea512fd3a1 100644 (file)
@@ -3,13 +3,20 @@
 lib_LTLIBRARIES = liblttng-ust-common.la
 
 liblttng_ust_common_la_SOURCES = \
+       clock.c \
+       clock.h \
        fd-tracker.c \
+       fd-tracker.h \
+       getcpu.c \
+       getcpu.h \
        ust-common.c \
        lttng-ust-urcu.c \
-       lttng-ust-urcu-pointer.c
+       lttng-ust-urcu-pointer.c \
+       ust-cancelstate.c
 
 liblttng_ust_common_la_LIBADD = \
-       $(top_builddir)/src/common/libcommon.la
+       $(top_builddir)/src/common/libcommon.la \
+       $(DL_LIBS)
 
 liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
This page took 0.023397 seconds and 4 git commands to generate.