X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=b01d13ead1aa6c6a75f3b5e7ffeb174c8ef39f31;hb=d735ce88f7a469ab5911d7b3496f265cfa4a751e;hp=a32ed4f00f07ccd180269fcc165428ee763c6cc2;hpb=552d8a820fbb6d6e57e10051a04cae2462e98ca2;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index a32ed4f0..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 = \ @@ -19,4 +19,4 @@ libustsnprintf_la_SOURCES = \ patient_write.c libustsnprintf_la_LDFLAGS = -no-undefined -static -libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC -fno-strict-aliasing +libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS)