X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-python-agent%2FMakefile.am;h=2c6668ae766c2549b39d05414c24aa1aa772a076;hb=cf0393efb23676870cbafc37b662f24942f3c513;hp=726ffe4e6d88a55cca00ea112bff989a179f9d8d;hpb=bc1de20886556174fb2e81a86beeb97a82d25664;p=lttng-ust.git diff --git a/liblttng-ust-python-agent/Makefile.am b/liblttng-ust-python-agent/Makefile.am index 726ffe4e..2c6668ae 100644 --- a/liblttng-ust-python-agent/Makefile.am +++ b/liblttng-ust-python-agent/Makefile.am @@ -1,7 +1,7 @@ # tracepoint provider: always built/installed (does not depend on Python per se) AM_CPPFLAGS = -I$(top_srcdir)/include/ \ -I$(top_builddir)/include/ -AM_CFLAGS = -fno-strict-aliasing +AM_CFLAGS += -fno-strict-aliasing 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 -llttng-ust \