Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index 5d0b2242f26a8d8e250474f2bb4f5f6c0df6de1a..334fc0d1261d18c7ef89f05b47d371cf037989be 100644 (file)
@@ -3,6 +3,8 @@
 lib_LTLIBRARIES = liblttng-ust-common.la
 
 liblttng_ust_common_la_SOURCES = \
+       clock.c \
+       clock.h \
        fd-tracker.c \
        fd-tracker.h \
        ust-common.c \
@@ -10,7 +12,8 @@ liblttng_ust_common_la_SOURCES = \
        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.022746 seconds and 4 git commands to generate.