Version 2.13.0-rc1
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index bb32360f1bb1401f88f8b5c5d4cc7f89abeaedac..caeea2be5de74e54d7d67ddc0a4e45e9a429cbe1 100644 (file)
@@ -3,13 +3,19 @@
 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
 
 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.024257 seconds and 4 git commands to generate.