43cc27a8e187701e67c7f6ca132b14f6425ec01c
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
1 # tracepoint provider: always built/installed (does not depend on Python per se)
2 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-python-agent.la
5
6 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
7 liblttng_ust_python_agent_la_LIBADD = -lc \
8 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.029209 seconds and 3 git commands to generate.