X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ustd%2FMakefile.am;h=96f167b0e1a3e533f4911975e8e6b1f34d93f5a6;hb=24b6668c651f21d415b4f3a4533c7c6c6692aa73;hp=c4b156723b045e377f36f425f797bdfa072a4af9;hpb=41ba580690b344ef9c4bbcdf2be9cd5668ccc305;p=ust.git diff --git a/ustd/Makefile.am b/ustd/Makefile.am index c4b1567..96f167b 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -2,6 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ -I$(top_srcdir)/include bin_PROGRAMS = ustd -ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h + +ustd_SOURCES = lowlevel.c ustd.c ustd.h + +ustd_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la + ustd_LDFLAGS = -lpthread ustd_CFLAGS = -DUST_COMPONENT=ustd