fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
1 # tracepoint provider: always built/installed (does not depend on Python per se)
2 AM_CPPFLAGS = -I$(top_srcdir)/include/ \
3 -I$(top_builddir)/include/
4 AM_CFLAGS += -fno-strict-aliasing
5 lib_LTLIBRARIES = liblttng-ust-python-agent.la
6 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
7 liblttng_ust_python_agent_la_LIBADD = -lc -llttng-ust \
8 -L$(top_builddir)/liblttng-ust/.libs
This page took 0.028879 seconds and 4 git commands to generate.