ustctl cli rewrite
[ust.git] / ustctl / Makefile.am
index 94e8c00ad0bae17d87d3fad5592e66905e380dc6..3b09745ef2f9e682224791fe4cb429f55ec8556c 100644 (file)
@@ -5,12 +5,11 @@ AM_CFLAGS = -fno-strict-aliasing
 bin_PROGRAMS = ustctl
 
 ustctl_SOURCES = \
-       ustctl.c \
-       $(top_srcdir)/libustcmd/ustcmd.c \
-       $(top_srcdir)/libustcmd/ustcmd.h
+       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)/libustcomm/libustcomm.la \
+       $(top_builddir)/libustcmd/libustcmd.la
This page took 0.022544 seconds and 4 git commands to generate.