Move all sources to 'src/'
[lttng-ust.git] / snprintf / Makefile.am
diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am
deleted file mode 100644 (file)
index 7d9e2b6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.026919 seconds and 4 git commands to generate.