X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ustctl%2FMakefile.am;h=4b8100f77f2a4c65f00d64cff67c750836902c59;hb=c7dc133cff3db7336bb97fcb57c2dec559942518;hp=91966f0d6752e964aa7708ac5bd588ce9f7a1350;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=ust.git diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am index 91966f0..4b8100f 100644 --- a/ustctl/Makefile.am +++ b/ustctl/Makefile.am @@ -2,6 +2,14 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \ -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS) 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_SOURCES = \ + ustctl.c \ + $(top_srcdir)/libustcmd/ustcmd.c \ + $(top_srcdir)/libustcmd/ustcmd.h + ustctl_CFLAGS = -DUST_COMPONENT=ustctl -ustctl_LDADD = $(top_builddir)/snprintf/libustsnprintf.la + +ustctl_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la