Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index 89ae05958b7288469e05c7b2c1598cd783df1f88..d340c68bab69420c26c373bcd6e3fdad34407791 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS =
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 lttnglibexec_PROGRAMS = lttng-consumerd
 
@@ -7,7 +7,8 @@ lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
 lttng_consumerd_LDADD = \
           $(top_builddir)/src/common/libconsumer.la \
           $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
-          $(top_builddir)/src/common/libcommon.la
+          $(top_builddir)/src/common/libcommon.la \
+          -lrt
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_consumerd_LDADD += -llttng-ust-ctl
This page took 0.023202 seconds and 4 git commands to generate.