don't install libustcomm and libustsnprintf
[ust.git] / libustcomm / Makefile.am
CommitLineData
c7dc133c 1AM_CPPFLAGS = -I$(top_srcdir)/include
16c83055 2AM_CFLAGS = -fno-strict-aliasing
c7dc133c 3
e7cc3e34 4noinst_LTLIBRARIES = libustcomm.la
c7dc133c
PMF
5libustcomm_la_SOURCES = \
6 ustcomm.h \
0e4b45ac
PMF
7 ustcomm.c \
8 multipoll.h \
9 multipoll.c
e7cc3e34 10libustcomm_la_LDFLAGS = -no-undefined -static
16c83055 11libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing
This page took 0.023245 seconds and 4 git commands to generate.