X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2FMakefile.am;h=3ae96d5e4cb1646de2221f40ad393a109e24099a;hb=13ef5c0efe5894668297bfa10f1304c40866c054;hp=fa24cfb133bd94f514b410617634ef3e1b25cae7;hpb=c7dc133cff3db7336bb97fcb57c2dec559942518;p=ust.git diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am index fa24cfb..3ae96d5 100644 --- a/libustcomm/Makefile.am +++ b/libustcomm/Makefile.am @@ -1,8 +1,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libustcomm.la +noinst_LTLIBRARIES = libustcomm.la libustcomm_la_SOURCES = \ ustcomm.h \ ustcomm.c -libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static -libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC + +libustcomm_la_LDFLAGS = -no-undefined -static +libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing