X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=59b0272325adeefd6ed6c9d4bff8e15bb39fed4b;hb=e6e508c974088acd37ab97753632745f30eabe3e;hp=5ef7d82697f1e5085400a6298f1d8dd592f7d488;hpb=69f1f6526a6d40556ed3dcb50cdc199f45793b2f;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index 5ef7d826..59b02723 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm +AM_CFLAGS += -fno-strict-aliasing -lib_LTLIBRARIES = libustsnprintf.la +noinst_LTLIBRARIES = libustsnprintf.la libustsnprintf_la_SOURCES = \ fflush.c \ fileext.h \ @@ -13,6 +14,11 @@ libustsnprintf_la_SOURCES = \ various.h \ vfprintf.c \ wcio.h \ - wsetup.c -libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static -libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC + wsetup.c \ + core.c \ + patient_write.c + +libustsnprintf_la_LDFLAGS = -no-undefined -static +libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS) + +EXTRA_DIST = README