Use libtool syntax in LDADD
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
CommitLineData
5b6ff569
PP
1# tracepoint provider: always built/installed (does not depend on Python per se)
2AM_CPPFLAGS = -I$(top_srcdir)/include/ \
de4dee04 3 -I$(top_builddir)/include/
e1c62734 4AM_CFLAGS += -fno-strict-aliasing
4350ff08 5
de4dee04 6lib_LTLIBRARIES = liblttng-ust-python-agent.la
4350ff08 7
c3e14096 8liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
4350ff08
MJ
9liblttng_ust_python_agent_la_LIBADD = -lc \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.023908 seconds and 4 git commands to generate.