Move all sources to 'src/'
[lttng-ust.git] / src / snprintf / Makefile.am
diff --git a/src/snprintf/Makefile.am b/src/snprintf/Makefile.am
new file mode 100644 (file)
index 0000000..7d9e2b6
--- /dev/null
@@ -0,0 +1,26 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
+AM_CPPFLAGS += -I$(top_srcdir)/libustcomm
+AM_CFLAGS += -fno-strict-aliasing
+
+noinst_LTLIBRARIES = libustsnprintf.la
+libustsnprintf_la_SOURCES = \
+       fflush.c \
+       fileext.h \
+       floatio.h \
+       fvwrite.c \
+       fvwrite.h \
+       local.h \
+       mbrtowc_sb.c \
+       snprintf.c \
+       various.h \
+       vfprintf.c \
+       wcio.h \
+       wsetup.c \
+       core.c \
+       patient_write.c
+
+libustsnprintf_la_LDFLAGS = -no-undefined -static
+libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS)
+
+EXTRA_DIST = README
This page took 0.023997 seconds and 4 git commands to generate.