X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ustctl%2FMakefile.am;h=1e442a3fbc863dea4b6dd0271c9709eb541ebb46;hb=f446d1cbf3f3b2e722b68b6bcbee2359d0f3d8e5;hp=91966f0d6752e964aa7708ac5bd588ce9f7a1350;hpb=bf0d695d692163edb23b8fbbbd976387dfef232d;p=ust.git diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am index 91966f0..1e442a3 100644 --- a/ustctl/Makefile.am +++ b/ustctl/Makefile.am @@ -1,7 +1,15 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \ - -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS) + -I$(top_srcdir)/libustctl $(KCOMPAT_CFLAGS) +AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ustctl -ustctl_SOURCES = ustctl.c $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h $(top_srcdir)/libustcmd/ustcmd.c $(top_srcdir)/libustcmd/ustcmd.h -ustctl_CFLAGS = -DUST_COMPONENT=ustctl -ustctl_LDADD = $(top_builddir)/snprintf/libustsnprintf.la + +ustctl_SOURCES = \ + ustctl.c marker_cmds.c trace_cmds.c channel_cmds.c cli.c cli.h scanning_functions.c scanning_functions.h + +ustctl_CFLAGS = -DUST_COMPONENT=ustctl -fno-strict-aliasing + +ustctl_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la \ + $(top_builddir)/libustctl/libustctl.la