X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=a32ed4f00f07ccd180269fcc165428ee763c6cc2;hb=refs%2Fheads%2Fstable-2.0;hp=efa35340540df66972ddb829daa46594a72dde3a;hpb=e7cc3e3415e0092809627e89168e1cba8b5800f6;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index efa35340..a32ed4f0 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -14,6 +14,9 @@ libustsnprintf_la_SOURCES = \ various.h \ vfprintf.c \ wcio.h \ - wsetup.c + wsetup.c \ + core.c \ + patient_write.c + libustsnprintf_la_LDFLAGS = -no-undefined -static -libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC -fno-strict-aliasing +libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC -fno-strict-aliasing