X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=b01d13ead1aa6c6a75f3b5e7ffeb174c8ef39f31;hb=35cbacdb34948e328f5d360f2fd76618dd678e2f;hp=f04846a2a881fc739604c513a13f20592648cc2c;hpb=4d3c95233beec21079b6f895a7a55ae1421ee5cc;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index f04846a2..b01d13ea 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm -AM_CFLAGS = -fno-strict-aliasing +AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libustsnprintf.la libustsnprintf_la_SOURCES = \ @@ -15,7 +15,8 @@ libustsnprintf_la_SOURCES = \ vfprintf.c \ wcio.h \ wsetup.c \ - core.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)