Signed-off-by: David Goulet <[email protected]> --- libustctl/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am index bc7526b..153a5bd 100644 --- a/libustctl/Makefile.am +++ b/libustctl/Makefile.am @@ -9,6 +9,7 @@ libustctl_la_SOURCES = \ libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0 libustctl_la_LIBADD = \ - $(top_builddir)/libustcomm/libustcomm.la + $(top_builddir)/libustcomm/libustcomm.la \ + $(top_builddir)/snprintf/libustsnprintf.la libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing -- 1.7.4.2 _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
