From: Alexis Hallé Date: Wed, 4 Aug 2010 15:18:17 +0000 (-0400) Subject: don't install libustcomm and libustsnprintf X-Git-Tag: v0.7~6 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=e7cc3e3415e0092809627e89168e1cba8b5800f6;hp=f3f8cc914bc8fdf89e328ed591bd052a981c8298 don't install libustcomm and libustsnprintf These internal libraries should not be exposed to users and were only installed by mistake. --- diff --git a/libust/Makefile.am b/libust/Makefile.am index e357ad1..a6051a8 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -18,7 +18,6 @@ libust_la_SOURCES = \ tracercore.h \ serialize.c \ tracectl.c \ - $(top_builddir)/libustcomm/multipoll.c \ tracerconst.h \ header-inline.h \ type-serializer.c 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 diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index f3b78bb..efa3534 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -1,7 +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 \ @@ -15,5 +15,5 @@ libustsnprintf_la_SOURCES = \ vfprintf.c \ wcio.h \ wsetup.c -libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static +libustsnprintf_la_LDFLAGS = -no-undefined -static libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC -fno-strict-aliasing