X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ust-consumerd%2FMakefile.am;fp=ust-consumerd%2FMakefile.am;h=01e3b82204e8bb6ed887ad23b4d69f05a1fc9957;hb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;hp=0000000000000000000000000000000000000000;hpb=28c1bb4003ca120888a1d61d5ec71eac426ae490;p=ust.git diff --git a/ust-consumerd/Makefile.am b/ust-consumerd/Makefile.am new file mode 100644 index 0000000..01e3b82 --- /dev/null +++ b/ust-consumerd/Makefile.am @@ -0,0 +1,14 @@ +AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ + -I$(top_srcdir)/include -I$(top_srcdir)/libustconsumer +AM_CFLAGS = -fno-strict-aliasing + +bin_PROGRAMS = ust-consumerd + +ust_consumerd_SOURCES = ust-consumerd.c + +ust_consumerd_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la \ + $(top_builddir)/libustconsumer/libustconsumer.la + +ust_consumerd_CFLAGS = -DUST_COMPONENT=ust-consumerd -fno-strict-aliasing