add support for channel overwrite and non-collection
[ust.git] / snprintf / Makefile.am
index 1bd33fa429efb6ef9c139a91ff3ec15e8e51a031..5ef7d82697f1e5085400a6298f1d8dd592f7d488 100644 (file)
@@ -8,6 +8,7 @@ libustsnprintf_la_SOURCES = \
        fvwrite.c \
        fvwrite.h \
        local.h \
+       mbrtowc_sb.c \
        snprintf.c \
        various.h \
        vfprintf.c \
@@ -15,8 +16,3 @@ libustsnprintf_la_SOURCES = \
        wsetup.c
 libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
 libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
-
-check_PROGRAMS = prog
-prog_SOURCES = prog.c
-prog_LDADD = libustsnprintf.la
-TESTS = prog
This page took 0.022406 seconds and 4 git commands to generate.