Merge mmap/splice fct. for both consumers
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index 25cd6e92279c7164379b07ce631ecc1bfefff410..89ae05958b7288469e05c7b2c1598cd783df1f88 100644 (file)
@@ -1,11 +1,10 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+AM_CPPFLAGS =
 
-bin_PROGRAMS = lttng-consumerd
+lttnglibexec_PROGRAMS = lttng-consumerd
 
-lttng_consumerd_SOURCES = lttng-consumerd.c
+lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
 
 lttng_consumerd_LDADD = \
-          $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
           $(top_builddir)/src/common/libconsumer.la \
           $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
           $(top_builddir)/src/common/libcommon.la
This page took 0.025497 seconds and 5 git commands to generate.