X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=snprintf%2FMakefile.am;h=7d9e2b647e3df8a0b0d545a70015dcb785bb51a7;hb=0c2f844420608b1865b77cff1e84ce01bb9e3937;hp=b01d13ead1aa6c6a75f3b5e7ffeb174c8ef39f31;hpb=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;p=lttng-ust.git diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am index b01d13ea..7d9e2b64 100644 --- a/snprintf/Makefile.am +++ b/snprintf/Makefile.am @@ -1,4 +1,6 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/libustcomm AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libustsnprintf.la @@ -20,3 +22,5 @@ libustsnprintf_la_SOURCES = \ libustsnprintf_la_LDFLAGS = -no-undefined -static libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS) + +EXTRA_DIST = README