These internal libraries should not be exposed to users and were
only installed by mistake.
tracercore.h \
serialize.c \
tracectl.c \
- $(top_builddir)/libustcomm/multipoll.c \
tracerconst.h \
header-inline.h \
type-serializer.c
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
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 \
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