X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2FMakefile.am;h=2672071e2f953f61c34e44802a05c356e5da69d5;hp=c53dd1417030353eba3a8d783936bbb0604129df;hb=e7cc3e3415e0092809627e89168e1cba8b5800f6;hpb=f3f8cc914bc8fdf89e328ed591bd052a981c8298 diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am index c53dd14..2672071 100644 --- a/libustcomm/Makefile.am +++ b/libustcomm/Makefile.am @@ -1,11 +1,11 @@ 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_LDFLAGS = -no-undefined -static libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing