X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libustctl%2FMakefile.am;h=8101b573fed4bb5b61c3ff93bb1a93810e831315;hb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;hp=bc7526b966cc9015a6a41dadcc5164af569eff71;hpb=2298f3297443ba26f761e272c45456ed857071bc;p=lttng-ust.git diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am index bc7526b9..8101b573 100644 --- a/libustctl/Makefile.am +++ b/libustctl/Makefile.am @@ -1,14 +1,10 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm AM_CFLAGS = -fno-strict-aliasing lib_LTLIBRARIES = libustctl.la -libustctl_la_SOURCES = \ - libustctl.c +libustctl_la_SOURCES = ustctl.c -libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0 - -libustctl_la_LIBADD = \ - $(top_builddir)/libustcomm/libustcomm.la - -libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing +libustctl_la_LIBADD = $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ + $(top_builddir)/libringbuffer/libringbuffer.la \ + $(top_builddir)/snprintf/libustsnprintf.la