Update version to 0.16
[ust.git] / ustctl / Makefile.am
CommitLineData
41ba5806 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \
2298f329 2 -I$(top_srcdir)/libustctl $(KCOMPAT_CFLAGS)
16c83055 3AM_CFLAGS = -fno-strict-aliasing
fbca6b62 4
55ad629d 5bin_PROGRAMS = ustctl
c7dc133c
PMF
6
7ustctl_SOURCES = \
0c89df6c 8 ustctl.c marker_cmds.c trace_cmds.c channel_cmds.c cli.c cli.h scanning_functions.c scanning_functions.h
c7dc133c 9
16c83055 10ustctl_CFLAGS = -DUST_COMPONENT=ustctl -fno-strict-aliasing
c7dc133c
PMF
11
12ustctl_LDADD = \
13 $(top_builddir)/snprintf/libustsnprintf.la \
d6c9f207 14 $(top_builddir)/libustcomm/libustcomm.la \
2298f329 15 $(top_builddir)/libustctl/libustctl.la
This page took 0.033716 seconds and 4 git commands to generate.