Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-libc-wrapper / Makefile.am
index 0507e4df0d0c47492b52464484f4cadce0ff33c8..9640fa64ddad27fa6fea9ea333e37adf0f70eced 100644 (file)
@@ -1,6 +1,8 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
-AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
+AM_CFLAGS += -I$(srcdir)
 
 lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la
 
@@ -15,4 +17,4 @@ liblttng_ust_libc_wrapper_la_LIBADD = \
 liblttng_ust_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
 dist_noinst_SCRIPTS = run
-EXTRA_DIST = README
+EXTRA_DIST = README.md
This page took 0.022949 seconds and 4 git commands to generate.