Fix: building probe providers with C++ compiler
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
CommitLineData
c3e14096 1
181c4480 2AM_CPPFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/ -I$(top_builddir)/include/
c3e14096
DG
3AM_CFLAGS = -fno-strict-aliasing
4
091ea976 5EXTRA_DIST = lttng_agent.py.in
c3e14096 6
091ea976 7nodist_lttng_agent_PYTHON = lttng_agent.py
c3e14096
DG
8lttng_agentdir = $(pythondir)
9
10lib_LTLIBRARIES = liblttng-ust-python-agent.la
11
12nodist_liblttng_ust_python_agent_la_SOURCES = lttng_agent.py
13liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
14liblttng_ust_python_agent_la_LIBADD = -lc -llttng-ust \
15 -L$(top_builddir)/liblttng-ust/.libs
16
17all:
bf70766b 18 $(SED) 's|LIBDIR_STR|$(libdir)|g' < $(srcdir)/lttng_agent.py.in > lttng_agent.py
c3e14096
DG
19
20CLEANFILES = lttng_agent.py
This page took 0.02399 seconds and 4 git commands to generate.