don't install libustcomm and libustsnprintf
authorAlexis Hallé <alexis.halle@polymtl.ca>
Wed, 4 Aug 2010 15:18:17 +0000 (11:18 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 20 Aug 2010 04:29:52 +0000 (00:29 -0400)
These internal libraries should not be exposed to users and were
only installed by mistake.

libust/Makefile.am
libustcomm/Makefile.am
snprintf/Makefile.am

index e357ad16496e0f719a0618a776423e77768860d7..a6051a88f0600fc8a75ae39561c17e90062e293b 100644 (file)
@@ -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
index c53dd1417030353eba3a8d783936bbb0604129df..2672071e2f953f61c34e44802a05c356e5da69d5 100644 (file)
@@ -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
index f3b78bb39e1c37b712b50f020eea3fb3b7b873fa..efa35340540df66972ddb829daa46594a72dde3a 100644 (file)
@@ -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
This page took 0.02446 seconds and 4 git commands to generate.