X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2FMakefile.am;h=3ae96d5e4cb1646de2221f40ad393a109e24099a;hb=304f67a5f2d2eaaa7407c09b2ac7d6e049bccf1f;hp=baebd8461f82c7a226ef85415515759a35a31572;hpb=0e4b45ace8b034dc4352a30d89b74f5e59e2e27d;p=ust.git diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am index baebd84..3ae96d5 100644 --- a/libustcomm/Makefile.am +++ b/libustcomm/Makefile.am @@ -1,10 +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 \ - multipoll.h \ - multipoll.c -libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static -libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC + ustcomm.c + +libustcomm_la_LDFLAGS = -no-undefined -static +libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing