Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
index f0ce5890261f493fdb0ab6987b4e75eafc368ada..20ddcb002e75d90d5a73d851152523633ecdaec0 100644 (file)
@@ -1,14 +1,16 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 # tracepoint provider: always built/installed (does not depend on Python per se)
-AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
+AM_CFLAGS += -I$(srcdir)
 
 lib_LTLIBRARIES = liblttng-ust-python-agent.la
 
 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
 liblttng_ust_python_agent_la_LIBADD = \
        -lc \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la
 
 # Follow the main library soname for co-installability
 liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.0231 seconds and 4 git commands to generate.