X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ustd%2FMakefile.am;h=09d098488e10d39eb736b0b0bfbfaed4bdd380d9;hb=235ae2d7303901d08aac894a901092aa56164775;hp=6adad644b36b0f002a51df336b500d441d178c44;hpb=bf0d695d692163edb23b8fbbbd976387dfef232d;p=lttng-ust.git diff --git a/ustd/Makefile.am b/ustd/Makefile.am index 6adad644..09d09848 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -1,8 +1,14 @@ AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ -I$(top_srcdir)/include +AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ustd -ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h -ustd_LDADD = $(top_builddir)/snprintf/libustsnprintf.la + +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 +ustd_CFLAGS = -DUST_COMPONENT=ustd -fno-strict-aliasing