X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=7d9e2b647e3df8a0b0d545a70015dcb785bb51a7;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=efa35340540df66972ddb829daa46594a72dde3a;hpb=e7cc3e3415e0092809627e89168e1cba8b5800f6;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index efa35340..7d9e2b64 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -1,5 +1,7 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm -AM_CFLAGS = -fno-strict-aliasing +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/libustcomm +AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libustsnprintf.la libustsnprintf_la_SOURCES = \ @@ -14,6 +16,11 @@ 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 $(AM_CFLAGS) + +EXTRA_DIST = README