add support for channel overwrite and non-collection
[ust.git] / snprintf / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
3lib_LTLIBRARIES = libustsnprintf.la
4libustsnprintf_la_SOURCES = \
5 fflush.c \
6 fileext.h \
7 floatio.h \
8 fvwrite.c \
9 fvwrite.h \
10 local.h \
11 mbrtowc_sb.c \
12 snprintf.c \
13 various.h \
14 vfprintf.c \
15 wcio.h \
16 wsetup.c
17libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
18libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
This page took 0.021917 seconds and 4 git commands to generate.