Use libtool syntax in LDADD
[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
6 lib_LTLIBRARIES = liblttng-ust-python-agent.la
7
8 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
9 liblttng_ust_python_agent_la_LIBADD = -lc \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.02861 seconds and 4 git commands to generate.