Add debug and remove useless fct prototype
[lttng-tools.git] / ltt-sessiond / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
2AM_CFLAGS = -fno-strict-aliasing
3
4bin_PROGRAMS = ltt-sessiond
5
6ltt_sessiond_SOURCES = session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c
7
8ltt_sessiond_LDADD = \
9 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
10 $(top_builddir)/libkernelctl/libkernelctl.la
This page took 0.021978 seconds and 4 git commands to generate.